summaryrefslogtreecommitdiff
path: root/check.sh
blob: 18a93f05b494fc5e05a94a45e314301ec9e0e315 (plain)
1
2
3
4
5
#!/bin/sh

luacheck . \
	--std=love+luajit --no-unused --no-redefined  --ignore 611 \
	--exclude-files '**/dkjson.lua' --exclude-files '*/common/*'