diff options
author | Matthew Wild <mwild1@gmail.com> | 2019-12-09 12:44:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2019-12-09 12:44:43 +0000 |
commit | fbb0bbe1b4a9bda0dcfd247fb9412124396c332f (patch) | |
tree | 6348de6ea103ed713c96675d4ac6b2399d447e8c /.luacheckrc | |
parent | 75ff6ee528124979ae6a5a3b2f12d6f3d76eadd3 (diff) | |
download | prosody-fbb0bbe1b4a9bda0dcfd247fb9412124396c332f.tar.gz prosody-fbb0bbe1b4a9bda0dcfd247fb9412124396c332f.zip |
.luacheckrc: Remove passing spec/ files from ignore list
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
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"; |