Comparison

.luacheckrc @ 11434:66d4067bdfb2

util.jsonschema: Library for JSON Schema validation
author Kim Alvefur <zash@zash.se>
date Sat, 06 Mar 2021 21:07:53 +0100
parent 10997:2451e3918c2c
child 11435:a1fa6202fa13
comparison
equal deleted inserted replaced
11433:bef67691a713 11434:66d4067bdfb2
23 }; 23 };
24 } 24 }
25 files["util/"] = { 25 files["util/"] = {
26 -- Ignore unwrapped license text 26 -- Ignore unwrapped license text
27 max_comment_line_length = false; 27 max_comment_line_length = false;
28 }
29 files["util/jsonschema.lua"] = {
30 ignore = { "211" };
28 } 31 }
29 files["plugins/"] = { 32 files["plugins/"] = {
30 module = true; 33 module = true;
31 allow_defined_top = true; 34 allow_defined_top = true;
32 read_globals = { 35 read_globals = {