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

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