diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index b37bdc4a..98e05c23 100644 --- a/.luacheckrc +++ b/.luacheckrc | |||
@@ -28,3 +28,5 @@ ignore = { | |||
28 | include_files = { | 28 | include_files = { |
29 | "src/luarocks/**/*.lua" | 29 | "src/luarocks/**/*.lua" |
30 | } | 30 | } |
31 | |||
32 | unused_secondaries = false | ||