Skip to content

Commit

Permalink
chore: Remove useless statements from .luacheckrc
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Maclennan <[email protected]>
  • Loading branch information
2 people authored and Didier Willis committed Dec 8, 2023
1 parent cef6d69 commit 7f5310e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
std = "min+sile"
include_files = {
"**/*.lua",
"sile.in",
"*.rockspec",
".busted",
".luacheckrc"
}
exclude_files = {
"benchmark-*",
"compare-*",
"sile-*",
"lua_modules",
-- "lua-libraries", -- Let's also check out vendored libraries
"lua-libraries",
".lua",
".luarocks",
".install"
Expand Down

0 comments on commit 7f5310e

Please sign in to comment.