mirror of
https://github.com/minetest-mods/intllib.git
synced 2025-06-28 22:26:06 +02:00
Add .luacheckrc
.
This commit is contained in:
14
.luacheckrc
Normal file
14
.luacheckrc
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"intllib",
|
||||
}
|
||||
|
||||
files["intltest/init.lua"] = {
|
||||
ignore = {
|
||||
"212", -- Unused argument.
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user