From 081eb23c54b685c01e531468e6ba59740d779878 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 7 Mar 2021 00:57:36 +0100 Subject: util.datamapper: Library for extracting data from stanzas Based on the XML support in the OpenAPI specification. --- .luacheckrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc index a2a64474..43a508f8 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -29,6 +29,9 @@ files["util/"] = { files["util/jsonschema.lua"] = { ignore = { "211" }; } +files["util/datamapper.lua"] = { + ignore = { "211" }; +} files["plugins/"] = { module = true; allow_defined_top = true; -- cgit v1.2.3