diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-07 00:57:36 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-07 00:57:36 +0100 |
commit | 081eb23c54b685c01e531468e6ba59740d779878 (patch) | |
tree | da41100aef148a93053fd4d07677ec7661172a45 /.luacheckrc | |
parent | 02da1378f86be8afd5f0fda367f1466072898786 (diff) | |
download | prosody-081eb23c54b685c01e531468e6ba59740d779878.tar.gz prosody-081eb23c54b685c01e531468e6ba59740d779878.zip |
util.datamapper: Library for extracting data from stanzas
Based on the XML support in the OpenAPI specification.
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 3 insertions, 0 deletions
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; |