mod_websocket: Silence the one warning instead of ignoring the entire file

This commit is contained in:
Kim Alvefur 2018-09-30 17:55:13 +02:00
parent 2a66d6061b
commit 0ddec30924
2 changed files with 2 additions and 1 deletions

View file

@ -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";