Add .luacheckrc file

master
Starbeamrainbowlabs 2021-10-10 13:39:13 +01:00
parent 80df69ac8b
commit 524d67e92a
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
1 changed files with 24 additions and 0 deletions

24
.luacheckrc Normal file
View File

@ -0,0 +1,24 @@
quiet = 1
codes = true
exclude_files = {
".luarocks/*",
"worldeditadditions/utils/bit.lua"
}
ignore = {
"631", "61[124]",
"542",
"412",
"321/bit",
"21[123]"
}
-- Read-only globals
read_globals = {
"minetest",
"default",
"doors"
}
std = "max"