luacheck: Remove long gone mod_storage_sql1 from excludes

No point not checking a file that doesn't exist
This commit is contained in:
Kim Alvefur 2023-01-19 17:29:40 +01:00
parent e3836f22e0
commit 66d38cb199

View file

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