luacheckrc: make module a global in plugins/
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 09 Jul 2016 10:17:00 +0800
changeset 7482 a82f88db12f7
parent 7481 2489abe342c1
child 7483 3dc7de31d3d1
luacheckrc: make module a global in plugins/
.luacheckrc
--- 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 = {