mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
Add Luacheck
This commit is contained in:
parent
b9a0407f70
commit
02a001da42
1 changed files with 14 additions and 0 deletions
14
.luacheckrc
Normal file
14
.luacheckrc
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
"minetest",
|
||||||
|
"creatura",
|
||||||
|
}
|
||||||
|
|
||||||
|
read_globals = {
|
||||||
|
"vector",
|
||||||
|
"ItemStack",
|
||||||
|
table = {fields = {"copy"}}
|
||||||
|
}
|
||||||
|
|
||||||
|
ignore = {"212/self", "212/this"}
|
Loading…
Add table
Reference in a new issue