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 57a9c5582..8a3240b12 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -4,6 +4,7 @@ std = 'min' exclude_files = { '/**/contrib/**', '/**/test/lua/**', + '/**/test/functional/lua/miltertest/**', } globals = { |