Skip to content

Commit

Permalink
Apply most applicable filter/custom/script lint rules to files
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Aug 28, 2024
1 parent 5596fcd commit bd7e57d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
std = "lua54+pandoc"
std = "lua54"

files["**/test/lua/**"] = {
std = "+pandoc_filter"
}

files["**/test/*.lua"] = {
std = "+pandoc_custom"
}

files["data/**"] = {
std = "+pandoc_custom"
}

files["tools/**"] = {
std = "+pandoc_script"
}

files["man/**"] = {
std = "+pandoc_script"
}

max_line_length = false

0 comments on commit bd7e57d

Please sign in to comment.