1
0
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:
Panquesito7
2020-02-08 01:27:57 -06:00
parent 198cd4b4bc
commit 25aaab20de
10 changed files with 44 additions and 43 deletions

View File

@ -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"}},