Comparison

.luacheckrc @ 11435:a1fa6202fa13

util.datamapper: Library for extracting data from stanzas Based on the XML support in the OpenAPI specification.
author Kim Alvefur <zash@zash.se>
date Sun, 07 Mar 2021 00:57:36 +0100
parent 11434:66d4067bdfb2
child 11523:5f15ab7c6ae5
comparison
equal deleted inserted replaced
11434:66d4067bdfb2 11435:a1fa6202fa13
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 } 28 }
29 files["util/jsonschema.lua"] = { 29 files["util/jsonschema.lua"] = {
30 ignore = { "211" };
31 }
32 files["util/datamapper.lua"] = {
30 ignore = { "211" }; 33 ignore = { "211" };
31 } 34 }
32 files["plugins/"] = { 35 files["plugins/"] = {
33 module = true; 36 module = true;
34 allow_defined_top = true; 37 allow_defined_top = true;