summaryrefslogtreecommitdiff
path: root/check.sh
blob: 0e28904cda7c508ee9bf25dcbaaaa18c9ca81c22 (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/*'