Skip to content

Commit bd7e57d

Browse files
committed
Apply most applicable filter/custom/script lint rules to files
1 parent 5596fcd commit bd7e57d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.luacheckrc

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
std = "lua54+pandoc"
1+
std = "lua54"
2+
3+
files["**/test/lua/**"] = {
4+
std = "+pandoc_filter"
5+
}
6+
7+
files["**/test/*.lua"] = {
8+
std = "+pandoc_custom"
9+
}
10+
11+
files["data/**"] = {
12+
std = "+pandoc_custom"
13+
}
14+
15+
files["tools/**"] = {
16+
std = "+pandoc_script"
17+
}
18+
19+
files["man/**"] = {
20+
std = "+pandoc_script"
21+
}
22+
223
max_line_length = false

0 commit comments

Comments
 (0)