diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-17 15:27:01 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-17 15:27:01 +0100 |
commit | 5c12f56a9eeae1f70008ea914b2b2ea5278dd140 (patch) | |
tree | c0736ee2de75682b7d66c26b38fb3ab47cb60f89 /.luacheckrc | |
parent | dae66b0b3fc21faf5885bb8db7ceeb85e1abbcda (diff) | |
download | prosody-5c12f56a9eeae1f70008ea914b2b2ea5278dd140.tar.gz prosody-5c12f56a9eeae1f70008ea914b2b2ea5278dd140.zip |
.luacheckrc: Remove util_cache_spec.lua from the ignore list
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 84f48108..26427906 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -148,7 +148,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "spec/core_configmanager_spec.lua"; "spec/core_moduleapi_spec.lua"; "spec/net_http_parser_spec.lua"; - "spec/util_cache_spec.lua"; "spec/util_events_spec.lua"; "spec/util_http_spec.lua"; "spec/util_ip_spec.lua"; |