Skip to content

Commit 94cbd3f

Browse files
committed
chore(tooling): Check all our code but only our code not vendored stuff
1 parent 5a61702 commit 94cbd3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.luacheckrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
std = "max"
22
include_files = {
33
"**/*.lua",
4-
"*.rockspec",
4+
"**/*.rockspec",
55
".busted",
66
".luacheckrc"
77
}
88
exclude_files = {
9+
".install",
910
".lua",
1011
".luarocks",
11-
".install"
12+
"lua_modules"
1213
}
1314
files["spec"] = {
1415
std = "+busted"

0 commit comments

Comments
 (0)