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 | a19ac398449f2a0006e45e356c10027f35ec3707 (patch) | |
tree | 3b1802e2d97752c5b0a1a5c555656332aeab6ecd /.luacheckrc | |
parent | bdc5ef569db02ca440dc67a82e154cc6d9e51390 (diff) | |
download | prosody-a19ac398449f2a0006e45e356c10027f35ec3707.tar.gz prosody-a19ac398449f2a0006e45e356c10027f35ec3707.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"; |