mod_storage_sql: Remove exception from luacheck
authorKim Alvefur <zash@zash.se>
Wed, 10 Oct 2018 21:22:43 +0200
changeset 9461 640c4f1b69a1
parent 9460 d01cff2f7a26
child 9462 6c279302fff4
mod_storage_sql: Remove exception from luacheck
.luacheckrc
--- a/.luacheckrc	Wed Oct 10 18:02:36 2018 +0100
+++ b/.luacheckrc	Wed Oct 10 21:22:43 2018 +0200
@@ -140,7 +140,6 @@
 	"plugins/mod_net_multiplex.lua";
 	"plugins/mod_privacy.lua";
 	"plugins/mod_storage_sql1.lua";
-	"plugins/mod_storage_sql.lua";
 
 	"spec/core_configmanager_spec.lua";
 	"spec/core_moduleapi_spec.lua";