aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-10-10 21:22:43 +0200
committerKim Alvefur <zash@zash.se>2018-10-10 21:22:43 +0200
commit5d414478e92047e64276d674e88cdd4b244bcc0a (patch)
tree3b1802e2d97752c5b0a1a5c555656332aeab6ecd /.luacheckrc
parent0a3061813ba028c21b1ee8165d873e02e4845b9b (diff)
downloadprosody-5d414478e92047e64276d674e88cdd4b244bcc0a.tar.gz
prosody-5d414478e92047e64276d674e88cdd4b244bcc0a.zip
mod_storage_sql: Remove exception from luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 862f7c76..1f7fba23 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -140,7 +140,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"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";