Software /
code /
prosody
Diff
.luacheckrc @ 11434:66d4067bdfb2
util.jsonschema: Library for JSON Schema validation
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 06 Mar 2021 21:07:53 +0100 |
parent | 10997:2451e3918c2c |
child | 11435:a1fa6202fa13 |
line wrap: on
line diff
--- a/.luacheckrc Tue Mar 09 13:59:45 2021 +0100 +++ b/.luacheckrc Sat Mar 06 21:07:53 2021 +0100 @@ -26,6 +26,9 @@ -- Ignore unwrapped license text max_comment_line_length = false; } +files["util/jsonschema.lua"] = { + ignore = { "211" }; +} files["plugins/"] = { module = true; allow_defined_top = true;