mod_privacy: Remove exception from luacheck
authorKim Alvefur <zash@zash.se>
Wed, 10 Oct 2018 21:48:38 +0200
changeset 9463 009f7054a9a5
parent 9462 6c279302fff4
child 9464 cc19b8f8e692
mod_privacy: Remove exception from luacheck Plugin has been removed and replaced by a tombstone, no point in excluding it from linting
.luacheckrc
--- a/.luacheckrc	Wed Oct 10 21:23:35 2018 +0200
+++ b/.luacheckrc	Wed Oct 10 21:48:38 2018 +0200
@@ -138,7 +138,6 @@
 
 	"plugins/mod_http_files.lua";
 	"plugins/mod_net_multiplex.lua";
-	"plugins/mod_privacy.lua";
 	"plugins/mod_storage_sql1.lua";
 
 	"spec/core_configmanager_spec.lua";