diff options
Diffstat (limited to 'check.sh')
-rwxr-xr-x | check.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,4 +2,6 @@ luacheck . \ --std=love+luajit --no-unused --no-redefined --ignore 611 \ + --max-line-length 70 \ + -q \ --exclude-files '**/dkjson.lua' --exclude-files '*/common/*' |