aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2019-12-09 12:44:43 +0000
committerMatthew Wild <mwild1@gmail.com>2019-12-09 12:44:43 +0000
commit32a0363453f088e3afbaee722da065bafad6f565 (patch)
tree6348de6ea103ed713c96675d4ac6b2399d447e8c /.luacheckrc
parenteb854bf2fe859d7812548cb7a3fe9562827fc59d (diff)
downloadprosody-32a0363453f088e3afbaee722da065bafad6f565.tar.gz
prosody-32a0363453f088e3afbaee722da065bafad6f565.zip
.luacheckrc: Remove passing spec/ files from ignore list
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 2f3cc1dc..1a2516ca 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -143,14 +143,11 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"plugins/mod_storage_sql1.lua";
"spec/core_moduleapi_spec.lua";
- "spec/net_http_parser_spec.lua";
- "spec/util_events_spec.lua";
"spec/util_http_spec.lua";
"spec/util_ip_spec.lua";
"spec/util_multitable_spec.lua";
"spec/util_rfc6724_spec.lua";
"spec/util_throttle_spec.lua";
- "spec/util_xmppstream_spec.lua";
"tools/ejabberd2prosody.lua";
"tools/ejabberdsql2prosody.lua";