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 | 5ea57df29b1710a9b30d303264106a9abbcecf71 (patch) | |
tree | 35144b601a4666e2868d863ce268374ef6a34505 /.luacheckrc | |
parent | ba4cb24cb0c7f8da28e32d87226a77359325b6aa (diff) | |
download | prosody-5ea57df29b1710a9b30d303264106a9abbcecf71.tar.gz prosody-5ea57df29b1710a9b30d303264106a9abbcecf71.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 = { |