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