# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1575895483 0
# Node ID d302fc74946415691f4a1c8c5e42f13db1804fe9
# Parent  a9fb553b6dbb153fbf6254b416af91e8d08db306
.luacheckrc: Remove passing spec/ files from ignore list

diff -r a9fb553b6dbb -r d302fc749464 .luacheckrc
--- a/.luacheckrc	Mon Dec 09 12:43:32 2019 +0000
+++ b/.luacheckrc	Mon Dec 09 12:44:43 2019 +0000
@@ -143,14 +143,11 @@
 		"plugins/mod_storage_sql1.lua";
 
 		"spec/core_moduleapi_spec.lua";
-		"spec/net_http_parser_spec.lua";
-		"spec/util_events_spec.lua";
 		"spec/util_http_spec.lua";
 		"spec/util_ip_spec.lua";
 		"spec/util_multitable_spec.lua";
 		"spec/util_rfc6724_spec.lua";
 		"spec/util_throttle_spec.lua";
-		"spec/util_xmppstream_spec.lua";
 
 		"tools/ejabberd2prosody.lua";
 		"tools/ejabberdsql2prosody.lua";