diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-15 17:13:31 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-15 17:13:31 +0200 |
commit | 0e92776b992527838a49e4a2193e33330c931f08 (patch) | |
tree | 6ef1cf82499b8bbf117de096664d11239a6e6130 /.luacheckrc | |
parent | 8f8e4d9fa99128d6f69872640b3e17d159b3977d (diff) | |
download | rspamd-0e92776b992527838a49e4a2193e33330c931f08.tar.gz rspamd-0e92776b992527838a49e4a2193e33330c931f08.zip |
[Minor] Lint fann_redis
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 5269a4dcc..419d9e301 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -4,7 +4,6 @@ std = 'min' exclude_files = { '/**/src/plugins/lua/fann_classifier.lua', '/**/src/plugins/lua/fann_scores.lua', - '/**/src/plugins/lua/fann_redis.lua', } globals = { |