diff options
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 |