From 66d38cb19903a8da08b66479bda3441b9faf5526 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Thu, 19 Jan 2023 17:29:40 +0100
Subject: [PATCH] luacheck: Remove long gone mod_storage_sql1 from excludes

No point not checking a file that doesn't exist
---
 .luacheckrc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.luacheckrc b/.luacheckrc
index cad6bb131..9e0d1fdf9 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";