aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc3
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;