mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_privacy: Remove exception from luacheck
Plugin has been removed and replaced by a tombstone, no point in excluding it from linting
This commit is contained in:
parent
c7ef245c0b
commit
19f86b5428
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue