1 2 3 4 5
#!/bin/sh luacheck . \ --std=love+luajit --no-unused --no-redefined --ignore 611 \ --exclude-files '**/dkjson.lua' --exclude-files '*/common/*'