aboutsummaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 98e05c23..cf70fdf4 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -25,6 +25,10 @@ ignore = {
25 "143/table.unpack", 25 "143/table.unpack",
26} 26}
27 27
28exclude_files = {
29 "src/luarocks/vendor/**/*.lua",
30}
31
28include_files = { 32include_files = {
29 "src/luarocks/**/*.lua" 33 "src/luarocks/**/*.lua"
30} 34}