summaryrefslogtreecommitdiff
path: root/check.sh
blob: 3710d548559cdd5701db54d053a4082dc6c89e64 (plain)
1
2
3
4
5
6
7
#!/bin/sh

luacheck . \
	--std=love+luajit --no-unused  --ignore 611 \
	--max-line-length 70 \
	-q  --codes \
	--exclude-files '**/dkjson.lua' --exclude-files '*/common/*'