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

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