luacheckrc: make module a global in plugins/
authorAnton Shestakov <av6@dwimlabs.net>
Sat, 9 Jul 2016 02:17:00 +0000 (10:17 +0800)
committerAnton Shestakov <av6@dwimlabs.net>
Sat, 9 Jul 2016 02:17:00 +0000 (10:17 +0800)
.luacheckrc

index 0da4a0e7f7f57cca05d6db2a70fcd6d5bd7b3f07..90d2e27398107aaf630f5c607ba262a815f8ebc2 100644 (file)
@@ -8,7 +8,7 @@ codes = true
 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
 
 files["plugins/"] = {
-       ignore = { "122/module" };
+       globals = { "module" };
 }
 files["tests/"] = {
        read_globals = {