Changeset

10498:d302fc749464

.luacheckrc: Remove passing spec/ files from ignore list
author Matthew Wild <mwild1@gmail.com>
date Mon, 09 Dec 2019 12:44:43 +0000
parents 10497:a9fb553b6dbb
children 10499:79c568d4146c
files .luacheckrc
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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";