diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-02 19:47:34 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-08-02 19:47:59 +0100 |
commit | 8f3c2aadfaa358fe7ae6870c2ed9b8c0e22ad25f (patch) | |
tree | 80a9c71d79aff17e9fb22b1d75bce6108fe5caff /.luacheckrc | |
parent | d4d5ab020087d0d8f965afcfc9aefbd9459e5d9d (diff) | |
download | rspamd-8f3c2aadfaa358fe7ae6870c2ed9b8c0e22ad25f.tar.gz rspamd-8f3c2aadfaa358fe7ae6870c2ed9b8c0e22ad25f.zip |
[Fetaure] Add support of custom functions to clickhouse plugin
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 8a3240b12..324c45985 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -28,6 +28,7 @@ globals = { 'rspamd_maps', 'rspamd_plugins_state', 'rspamadm', + 'loadstring' } ignore = { |