Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 8e9417c

Browse files
committed
Add .luacheckrc
1 parent 7c90c87 commit 8e9417c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.luacheckrc

+16
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)