mirror of
https://github.com/rm-code/Graphoon.git
synced 2024-11-16 18:24:22 +00:00
17 lines
184 B
Lua
17 lines
184 B
Lua
files['.luacheckrc'].global = false
|
|
std = 'max+busted'
|
|
|
|
globals = {
|
|
'love',
|
|
'getVersion',
|
|
'getTitle'
|
|
}
|
|
|
|
exclude_files = {
|
|
'./lua_install/*'
|
|
}
|
|
|
|
ignore = {
|
|
'/self'
|
|
}
|