diff options
Diffstat (limited to '.luacheckrc')
| -rw-r--r-- | .luacheckrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index 8ce3cc6..0a45878 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -5,13 +5,14 @@ globals = { } read_globals = { - "DIR_DELIM", "vector", "screwdriver", - "minetest", + "core", "table.copy", "VoxelManip", "laptop", "mesecon", "digilines", + "xcompat", + "digistuff", } |
