diff options
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 6c76da58f..57a9c5582 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -24,7 +24,9 @@ globals = { 'rspamd_str_split', 'rspamd_version', 'rspamd_map_add', - 'rspamd_maps' + 'rspamd_maps', + 'rspamd_plugins_state', + 'rspamadm', } ignore = { |