Skip to content

Commit

Permalink
Disable luac max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Sep 21, 2021
1 parent 689e20c commit 9e59183
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e59183

Please sign in to comment.