mirror of
https://github.com/rm-code/Graphoon.git
synced 2024-11-16 18:24:22 +00:00
Add .luacheckrc
This commit is contained in:
parent
f96f5cfef3
commit
9723b80c98
16
.luacheckrc
Normal file
16
.luacheckrc
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
files['.luacheckrc'].global = false
|
||||||
|
std = 'max+busted'
|
||||||
|
|
||||||
|
globals = {
|
||||||
|
'love',
|
||||||
|
'getVersion',
|
||||||
|
'getTitle'
|
||||||
|
}
|
||||||
|
|
||||||
|
exclude_files = {
|
||||||
|
'./lua_install/*'
|
||||||
|
}
|
||||||
|
|
||||||
|
ignore = {
|
||||||
|
'/self'
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user