.luacheckrc 486 B

1234567891011121314151617181920212223
  1. ---*- mode: lua -*-
  2. globals = {"advtrains_doc_integration"}
  3. read_globals = {
  4. "DIR_DELIM", "doc", "ItemStack", "minetest",
  5. "advtrains_attachment_offset_patch", "multi_component_liveries",
  6. advtrains = {
  7. fields = {
  8. coupler_types = {other_fields = true},
  9. register_wagon = {read_only = false},
  10. wagon_prototypes = {other_fields = true},
  11. }
  12. },
  13. dlxtrains = {
  14. fields = {
  15. update_livery = {read_only = false},
  16. },
  17. },
  18. table = {
  19. fields = {"copy"},
  20. },
  21. }
  22. ignore = {"631",}