diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-10 21:48:38 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-10 21:48:38 +0200 |
commit | 19f86b5428d6182241f486d8dc8fa2f7cdcf8883 (patch) | |
tree | 52ce2c99b8c4aa35c22bf10624af722af469d8e1 | |
parent | c7ef245c0b557464cdd65618c6a3e95d065b6c1e (diff) | |
download | prosody-19f86b5428d6182241f486d8dc8fa2f7cdcf8883.tar.gz prosody-19f86b5428d6182241f486d8dc8fa2f7cdcf8883.zip |
mod_privacy: Remove exception from luacheck
Plugin has been removed and replaced by a tombstone, no point in
excluding it from linting
-rw-r--r-- | .luacheckrc | 1 |
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"; |