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