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