luacheckrc: make module a global in plugins/

This commit is contained in:
Anton Shestakov 2016-07-09 10:17:00 +08:00
parent d095fb09d3
commit a70183bcec

View 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 = {