# HG changeset patch # User Matthew Wild # Date 1435582231 -3600 # Node ID 2a2eb30b1ed4d50aabb1bf5661b553e9f22ce621 # Parent 99b3f29c3c714a4d3caa029ae2c1634ce14fb2dc luacheckrc: Allow plugins to implement functions under module.* (module.load, etc.) diff -r 99b3f29c3c71 -r 2a2eb30b1ed4 .luacheckrc --- a/.luacheckrc Wed Jun 24 23:25:42 2015 +0100 +++ b/.luacheckrc Mon Jun 29 13:50:31 2015 +0100 @@ -6,3 +6,7 @@ unused_secondaries = false codes = true ignore = { "411/err", "421/err", "411/ok", "421/ok" } + +files["plugins/"] = { + ignore = { "122/module" }; +}