weather/.luacheckrc

35 lines
391 B
Plaintext
Raw Permalink Normal View History

2020-04-14 16:20:42 +02:00
max_line_length = false
2018-05-17 17:12:33 +02:00
2018-04-13 18:54:22 +02:00
read_globals = {
2019-05-29 17:34:32 +02:00
"dump2",
2018-04-13 18:54:22 +02:00
"minetest",
2019-05-25 11:58:52 +02:00
"vector",
"VoxelManip",
"VoxelArea",
table = { fields = {
"copy"
} },
2020-04-14 16:20:42 +02:00
lightning = {
fields = {
auto = {
read_only = false
}
},
other_fields = true
},
2018-08-13 16:44:24 +02:00
}
2020-04-14 16:20:42 +02:00
globals = {
"weather",
"weather_mod"
}
exclude_files = {"weather/development/"}
2019-05-25 11:58:52 +02:00
ignore = {
2020-04-14 16:20:42 +02:00
--unused variables
"21.",
--whitespace
"61.",
2019-05-25 11:58:52 +02:00
}