diff --git a/.reviewdog.yml b/.reviewdog.yml index bb84ffbb444..b1f3031cfc1 100644 --- a/.reviewdog.yml +++ b/.reviewdog.yml @@ -9,7 +9,9 @@ runner: luacheck: cmd: luacheck --formatter=plain --no-color --no-config --no-global \ - --no-unused --no-unused-args --no-cache -d ./data/ + --no-unused --no-unused-args --no-cache --no-max-line-length \ + --no-max-code-line-length --no-max-string-line-length \ + --no-max-comment-line-length -d ./data/ errorformat: - "%f:%l:%c: %m" level: warning