diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-15 16:26:50 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-15 17:27:59 +0200 |
commit | 36d70a496891189e74378cbaddf2a63efd97e5e1 (patch) | |
tree | e10f573c5cb73691bc6a36a3e549c6f4b4096175 /.luacheckrc | |
parent | 006758abecbc32c1886fb48c326c4d66c2e68786 (diff) | |
download | rspamd-36d70a496891189e74378cbaddf2a63efd97e5e1.tar.gz rspamd-36d70a496891189e74378cbaddf2a63efd97e5e1.zip |
[Minor] Lint fann_scores & fann_classifier
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index 419d9e301..2eb10ce1a 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -2,8 +2,6 @@ codes = true std = 'min' exclude_files = { - '/**/src/plugins/lua/fann_classifier.lua', - '/**/src/plugins/lua/fann_scores.lua', } globals = { |