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 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;