diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-06 21:07:53 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-06 21:07:53 +0100 |
commit | 02da1378f86be8afd5f0fda367f1466072898786 (patch) | |
tree | bfcb263ccb76b8080a0d0676b8bac4b877add5eb /.luacheckrc | |
parent | 8cf1f8a901a81c51461019a5e6d63a8fa26f3da9 (diff) | |
download | prosody-02da1378f86be8afd5f0fda367f1466072898786.tar.gz prosody-02da1378f86be8afd5f0fda367f1466072898786.zip |
util.jsonschema: Library for JSON Schema validation
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index cbfcef8d..a2a64474 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -26,6 +26,9 @@ files["util/"] = { -- Ignore unwrapped license text max_comment_line_length = false; } +files["util/jsonschema.lua"] = { + ignore = { "211" }; +} files["plugins/"] = { module = true; allow_defined_top = true; |