aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-09-17 15:27:01 +0100
committerMatthew Wild <mwild1@gmail.com>2018-09-17 15:27:01 +0100
commit5bb681862025e3fb656f1e295926f1f063025010 (patch)
treec0736ee2de75682b7d66c26b38fb3ab47cb60f89 /.luacheckrc
parent3fb26b8eea24d22ecc2ba0c3026322b8f2a695f0 (diff)
downloadprosody-5bb681862025e3fb656f1e295926f1f063025010.tar.gz
prosody-5bb681862025e3fb656f1e295926f1f063025010.zip
.luacheckrc: Remove util_cache_spec.lua from the ignore list
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
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";