From 02da1378f86be8afd5f0fda367f1466072898786 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 6 Mar 2021 21:07:53 +0100 Subject: util.jsonschema: Library for JSON Schema validation --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index cbfcef8d..a2a64474 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -26,6 +26,9 @@ files["util/"] = { -- Ignore unwrapped license text max_comment_line_length = false; } +files["util/jsonschema.lua"] = { + ignore = { "211" }; +} files["plugins/"] = { module = true; allow_defined_top = true; -- cgit v1.2.3