Add .luacheckrc

This commit is contained in:
Robert Machmer 2016-11-15 22:15:14 +01:00
parent f96f5cfef3
commit 9723b80c98

16
.luacheckrc Normal file
View File

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