diff options
author | Kim Alvefur <zash@zash.se> | 2018-07-06 00:06:36 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-07-06 00:06:36 +0200 |
commit | 135f9003362c65b2e1262e22a864482f01c9e05d (patch) | |
tree | 94d8783551553a06a399241a7f2c3aa0f3a15cb1 /.luacheckrc | |
parent | d3f6d6cfa97d3576a0935eeba45ccd92db75c7de (diff) | |
download | prosody-135f9003362c65b2e1262e22a864482f01c9e05d.tar.gz prosody-135f9003362c65b2e1262e22a864482f01c9e05d.zip |
luacheckrc: Remove exception for mod_pep, it's clean
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 0764ce92..1c70a611 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -143,7 +143,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "plugins/mod_http.lua"; "plugins/mod_legacyauth.lua"; "plugins/mod_net_multiplex.lua"; - "plugins/mod_pep.lua"; "plugins/mod_pep_plus.lua"; "plugins/mod_privacy.lua"; "plugins/mod_s2s/mod_s2s.lua"; |