diff options
author | Anton Shestakov <av6@dwimlabs.net> | 2016-07-09 10:17:00 +0800 |
---|---|---|
committer | Anton Shestakov <av6@dwimlabs.net> | 2016-07-09 10:17:00 +0800 |
commit | a70183bcec1791c55df3679773c0d3a46e94c777 (patch) | |
tree | 35144b601a4666e2868d863ce268374ef6a34505 /.luacheckrc | |
parent | d095fb09d3783d7891ebbaa4b20cefb0b8d1618f (diff) | |
download | prosody-a70183bcec1791c55df3679773c0d3a46e94c777.tar.gz prosody-a70183bcec1791c55df3679773c0d3a46e94c777.zip |
luacheckrc: make module a global in plugins/
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc index 0da4a0e7..90d2e273 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -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 = { |