bump luacheck line limit, as to gracefully handle long tree rules

This commit is contained in:
unknown 2022-07-01 15:51:12 -04:00
parent 60aaae8716
commit 458230ea9f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
unused_args = false
allow_defined_top = true
max_line_length = 150
exclude_files = {".luacheckrc"}