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
commit0a5fbe02a6bc49c31a63ec18b748c53aa373e8f7 (patch)
tree3b1802e2d97752c5b0a1a5c555656332aeab6ecd /.luacheckrc
parent757589f7c9a091f36b526d20d546e9aefb33ec3e (diff)
downloadprosody-0a5fbe02a6bc49c31a63ec18b748c53aa373e8f7.tar.gz
prosody-0a5fbe02a6bc49c31a63ec18b748c53aa373e8f7.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";