Graphoon/.luacheckrc

17 lines
184 B
Plaintext
Raw Permalink Normal View History

2016-11-15 21:15:14 +00:00
files['.luacheckrc'].global = false
std = 'max+busted'
globals = {
'love',
'getVersion',
'getTitle'
}
exclude_files = {
'./lua_install/*'
}
ignore = {
'/self'
}