diff options
Diffstat (limited to 'test/.luacheckrc')
-rw-r--r-- | test/.luacheckrc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/.luacheckrc b/test/.luacheckrc index a2771a6d55..4c8243ad7e 100644 --- a/test/.luacheckrc +++ b/test/.luacheckrc @@ -2,7 +2,4 @@ std = '+luajit +busted' cache = true -exclude_files = { - 'benchmark/preload.lua', - 'unit/preload.lua' -} +exclude_files = { '*/preload.lua' } |