diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-25 07:43:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-25 07:43:41 +0000 |
commit | e59e7c632a6a71c9b4cc0b9cea0e14fad079bb2f (patch) | |
tree | 45891e1ae47f7561d2b605b4047f60a6e610a624 /.luacheckrc | |
parent | 6d2aa7b9de4a960db57f1389208274b31d8b5a29 (diff) | |
download | rspamd-e59e7c632a6a71c9b4cc0b9cea0e14fad079bb2f.tar.gz rspamd-e59e7c632a6a71c9b4cc0b9cea0e14fad079bb2f.zip |
[Minor] Pet luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index f9ec38d20..4b1078d08 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -68,5 +68,8 @@ files['test/functional/lua/test_coverage.lua'].globals = { '__GLOBAL_COVERAGE_WATCHDOG' } +files['/**/rules/'].ignore = {'631'} +files['/**/test/functional/'].ignore = {'631'} + max_string_line_length = 500 max_comment_line_length = 500
\ No newline at end of file |