Changeset

7479:a82f88db12f7

luacheckrc: make module a global in plugins/
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 09 Jul 2016 10:17:00 +0800
parents 7478:2489abe342c1
children 7480:3dc7de31d3d1
files .luacheckrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Sat Jul 09 10:08:35 2016 +0800
+++ b/.luacheckrc	Sat Jul 09 10:17:00 2016 +0800
@@ -8,7 +8,7 @@
 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
 
 files["plugins/"] = {
-	ignore = { "122/module" };
+	globals = { "module" };
 }
 files["tests/"] = {
 	read_globals = {