diff options
author | Kim Alvefur <zash@zash.se> | 2023-01-19 17:29:40 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-01-19 17:29:40 +0100 |
commit | 66d38cb19903a8da08b66479bda3441b9faf5526 (patch) | |
tree | f459f3c1b7a01791a02dc7dddc3b355aff40a7d9 | |
parent | e3836f22e00b8f91612efb545e6e0d3f3fd7de46 (diff) | |
download | prosody-66d38cb19903a8da08b66479bda3441b9faf5526.tar.gz prosody-66d38cb19903a8da08b66479bda3441b9faf5526.zip |
luacheck: Remove long gone mod_storage_sql1 from excludes
No point not checking a file that doesn't exist
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index cad6bb13..9e0d1fdf 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -152,8 +152,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "net/dns.lua"; "net/server_select.lua"; - "plugins/mod_storage_sql1.lua"; - "spec/core_moduleapi_spec.lua"; "spec/util_http_spec.lua"; "spec/util_ip_spec.lua"; |