diff options
author | Kim Alvefur <zash@zash.se> | 2018-05-23 15:02:55 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-05-23 15:02:55 +0200 |
commit | d3739722401326fe483da501d62ea126e667786d (patch) | |
tree | 908c2c23567221c4d2635bb873af959ea7e12a52 /.luacheckrc | |
parent | b4fc967e2a5134595e93a1be55d827f3fd1d2ba8 (diff) | |
download | prosody-d3739722401326fe483da501d62ea126e667786d.tar.gz prosody-d3739722401326fe483da501d62ea126e667786d.zip |
.luacheckrc: Remove mod_pubsub/pubsub.lib.lua from files excluded from checks
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 71d1b5f9..0764ce92 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -146,7 +146,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "plugins/mod_pep.lua"; "plugins/mod_pep_plus.lua"; "plugins/mod_privacy.lua"; - "plugins/mod_pubsub/pubsub.lib.lua"; "plugins/mod_s2s/mod_s2s.lua"; "plugins/mod_s2s/s2sout.lib.lua"; "plugins/mod_storage_sql1.lua"; |