Diff

.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
line wrap: on
line diff
--- a/.luacheckrc	Sat Mar 06 21:07:53 2021 +0100
+++ b/.luacheckrc	Sun Mar 07 00:57:36 2021 +0100
@@ -29,6 +29,9 @@
 files["util/jsonschema.lua"] = {
 	ignore = { "211" };
 }
+files["util/datamapper.lua"] = {
+	ignore = { "211" };
+}
 files["plugins/"] = {
 	module = true;
 	allow_defined_top = true;