aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-10 21:48:38 +0200
committerKim Alvefur <zash@zash.se>2018-10-10 21:48:38 +0200
commit3a207a682c26cf8ecce993e518734effba111740 (patch)
tree52ce2c99b8c4aa35c22bf10624af722af469d8e1 /.luacheckrc
parent2e59708c4750b6134991d580854359eeb8171ca7 (diff)
downloadprosody-3a207a682c26cf8ecce993e518734effba111740.tar.gz
prosody-3a207a682c26cf8ecce993e518734effba111740.zip
mod_privacy: Remove exception from luacheck
Plugin has been removed and replaced by a tombstone, no point in excluding it from linting
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 1f7fba23..763fb718 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -138,7 +138,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"plugins/mod_http_files.lua";
"plugins/mod_net_multiplex.lua";
- "plugins/mod_privacy.lua";
"plugins/mod_storage_sql1.lua";
"spec/core_configmanager_spec.lua";