mirror of
https://github.com/minetest-mods/intllib.git
synced 2025-01-08 09:00:26 +01:00
Add .luacheckrc
.
This commit is contained in:
parent
1645070cea
commit
c667cd0de6
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.
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user