diff options
author | Andrew Lewis <nerf@judo.za.org> | 2018-01-30 17:06:35 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2018-01-30 17:06:35 +0200 |
commit | 77e0862c9eb71bf1aa22892235d3aaad4431d236 (patch) | |
tree | 68ea9819396c19b394dfc71755a124df2b8cbdd3 /.luacheckrc | |
parent | b8137c5f9c9716e781d7cbae76911774603bdc09 (diff) | |
download | rspamd-77e0862c9eb71bf1aa22892235d3aaad4431d236.tar.gz rspamd-77e0862c9eb71bf1aa22892235d3aaad4431d236.zip |
[Test] Beginning of tests for milter
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 = { |