.luacheckrc
changeset 11438 66d4067bdfb2
parent 11001 2451e3918c2c
child 11439 a1fa6202fa13
--- a/.luacheckrc	Tue Mar 09 13:59:45 2021 +0100
+++ b/.luacheckrc	Sat Mar 06 21:07:53 2021 +0100
@@ -26,6 +26,9 @@
 	-- Ignore unwrapped license text
 	max_comment_line_length = false;
 }
+files["util/jsonschema.lua"] = {
+	ignore = { "211" };
+}
 files["plugins/"] = {
 	module = true;
 	allow_defined_top = true;