aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-07-07 21:00:14 +0200
committerKim Alvefur <zash@zash.se>2018-07-07 21:00:14 +0200
commit02b86f45f97b3db52b3e9597abf6f9e5aaba8302 (patch)
treeec75a7eded75a3c0c38f65b1511ab4c8f2b6df4c /.luacheckrc
parentbce29b7952247b2931cf50d5fa4c3d04a022ac62 (diff)
downloadprosody-02b86f45f97b3db52b3e9597abf6f9e5aaba8302.tar.gz
prosody-02b86f45f97b3db52b3e9597abf6f9e5aaba8302.zip
luacheckrc: Remove mod_groups from ignored files
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index fca562b0..9c1a5547 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -136,7 +136,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"plugins/mod_admin_adhoc.lua";
"plugins/mod_admin_telnet.lua";
- "plugins/mod_groups.lua";
"plugins/mod_http_files.lua";
"plugins/mod_net_multiplex.lua";
"plugins/mod_privacy.lua";