diff options
author | ubq323 <ubq323@ubq323.website> | 2023-06-18 22:28:37 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-06-18 22:28:37 +0100 |
commit | f55c9f415a081a175e48b51db894f23e59ce47a2 (patch) | |
tree | ee63f98d5c4f1a2a11e9800ced9c2861eb3085a7 /check.sh | |
parent | 598bd4332deddd5f4c506689cbd136f495835ea7 (diff) |
fix line lengths
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/*' |