diff options
author | Kim Alvefur <zash@zash.se> | 2018-05-18 21:10:51 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-05-18 21:10:51 +0200 |
commit | 246c6f8320b8286947c256889eeb50801b51ed06 (patch) | |
tree | fc70e8be3a3cc16eb1d09c58b1b0c5785e74039f /.luacheckrc | |
parent | 7537a96433dd50019175fc69d2368e484be3e1ad (diff) | |
download | prosody-246c6f8320b8286947c256889eeb50801b51ed06.tar.gz prosody-246c6f8320b8286947c256889eeb50801b51ed06.zip |
.luacheckrc: Remove mod_limits from excluded files as it should now be clean
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 4c2309c0..b0630abb 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -142,7 +142,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "plugins/mod_http_files.lua"; "plugins/mod_http.lua"; "plugins/mod_legacyauth.lua"; - "plugins/mod_limits.lua"; "plugins/mod_net_multiplex.lua"; "plugins/mod_pep.lua"; "plugins/mod_pep_plus.lua"; |