Skip to content

Commit c7277b4

Browse files
committed
Use .luacheckrc
1 parent 50af7e5 commit c7277b4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.luacheckrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
files['.luacheckrc'].global = false
2+
std = 'max+busted'
3+
4+
globals = {
5+
'love',
6+
'getVersion',
7+
'getTitle'
8+
}
9+
10+
exclude_files = {
11+
'./lua_install/*'
12+
}
13+
14+
ignore = {
15+
'/self'
16+
}

0 commit comments

Comments
 (0)