mirror of
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-25 19:10:21 +02:00
Remove ignore list and fix many warnings
This commit is contained in:
10
.luacheckrc
10
.luacheckrc
@ -2,16 +2,6 @@ unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 999
|
||||
|
||||
ignore = {
|
||||
"pos1", "pos2",
|
||||
"extent1", "extent2",
|
||||
"header", "count",
|
||||
|
||||
"err", "state",
|
||||
"filename", "def",
|
||||
"file", "name",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
string = {fields = {"split", "trim"}},
|
||||
table = {fields = {"copy", "getn"}},
|
||||
|
Reference in New Issue
Block a user