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