diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-11-15 15:17:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 15:17:47 +0000 |
commit | 006758abecbc32c1886fb48c326c4d66c2e68786 (patch) | |
tree | 6ef1cf82499b8bbf117de096664d11239a6e6130 /.luacheckrc | |
parent | 8f8e4d9fa99128d6f69872640b3e17d159b3977d (diff) | |
parent | 0e92776b992527838a49e4a2193e33330c931f08 (diff) | |
download | rspamd-006758abecbc32c1886fb48c326c4d66c2e68786.tar.gz rspamd-006758abecbc32c1886fb48c326c4d66c2e68786.zip |
Merge pull request #1138 from fatalbanana/fr
[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 = { |