Graphoon/.luacheckrc
2016-11-15 22:15:20 +01:00

17 lines
184 B
Lua

files['.luacheckrc'].global = false
std = 'max+busted'
globals = {
'love',
'getVersion',
'getTitle'
}
exclude_files = {
'./lua_install/*'
}
ignore = {
'/self'
}