diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-28 20:52:19 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-29 04:20:44 +0000 |
commit | 847f424b8ece82ace9e01d455e0ca14627dd3553 (patch) | |
tree | 6af44f804ab5f752da53f6745d2a7b1b9b164326 /.luacheckrc | |
parent | bf35cb18afadc8499e1f7254f89e0196e3cd95b7 (diff) | |
download | luarocks-847f424b8ece82ace9e01d455e0ca14627dd3553.tar.gz luarocks-847f424b8ece82ace9e01d455e0ca14627dd3553.tar.bz2 luarocks-847f424b8ece82ace9e01d455e0ca14627dd3553.zip |
do not check coverage or luacheck for vendored modules
These are treated as dependencies, and are managed and tested
by upstream.
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 4 |
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 | ||
28 | exclude_files = { | ||
29 | "src/luarocks/vendor/**/*.lua", | ||
30 | } | ||
31 | |||
28 | include_files = { | 32 | include_files = { |
29 | "src/luarocks/**/*.lua" | 33 | "src/luarocks/**/*.lua" |
30 | } | 34 | } |