diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index f350ff014a..b945835bba 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -11,6 +11,7 @@ cache = true ignore = { "631", -- max_line_length + "212/_.*", -- unused argument, for vars with "_" prefix } -- Global objects defined by the C code |