diff options
author | Kim Alvefur <zash@zash.se> | 2018-09-30 17:55:13 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-09-30 17:55:13 +0200 |
commit | 0cf46e37a751d64c9d76419f4fa41f911a3359c6 (patch) | |
tree | 91b1cace7dd8201de77daf92f68c196dd14f4e86 /.luacheckrc | |
parent | 8eadeee911dab4d4133e2bf38174959ff552f721 (diff) | |
download | prosody-0cf46e37a751d64c9d76419f4fa41f911a3359c6.tar.gz prosody-0cf46e37a751d64c9d76419f4fa41f911a3359c6.zip |
mod_websocket: Silence the one warning instead of ignoring the entire file
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 80436d90..fe9ff3a2 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -140,7 +140,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "plugins/mod_privacy.lua"; "plugins/mod_storage_sql1.lua"; "plugins/mod_storage_sql.lua"; - "plugins/mod_websocket.lua"; "spec/core_configmanager_spec.lua"; "spec/core_moduleapi_spec.lua"; |