Changeset

6750:2a2eb30b1ed4

luacheckrc: Allow plugins to implement functions under module.* (module.load, etc.)
author Matthew Wild <mwild1@gmail.com>
date Mon, 29 Jun 2015 13:50:31 +0100
parents 6740:99b3f29c3c71
children 6752:3cc2bc9c1bff
files .luacheckrc
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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" };
+}