diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-10 21:22:43 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-10 21:22:43 +0200 |
commit | 0a5fbe02a6bc49c31a63ec18b748c53aa373e8f7 (patch) | |
tree | 3b1802e2d97752c5b0a1a5c555656332aeab6ecd /.luacheckrc | |
parent | 757589f7c9a091f36b526d20d546e9aefb33ec3e (diff) | |
download | prosody-0a5fbe02a6bc49c31a63ec18b748c53aa373e8f7.tar.gz prosody-0a5fbe02a6bc49c31a63ec18b748c53aa373e8f7.zip |
mod_storage_sql: Remove exception from luacheck
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
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"; |