aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-06 15:22:00 +0100
committerKim Alvefur <zash@zash.se>2017-03-06 15:22:00 +0100
commitd31b2b4f418cb1ef6f19c318f39ea82060108e4f (patch)
treeb18869e2b364be5fdf0cec2260090cb99b791b2f /.luacheckrc
parentaee5e50efaad3559188fac8800fed9540876eaa6 (diff)
downloadprosody-d31b2b4f418cb1ef6f19c318f39ea82060108e4f.tar.gz
prosody-d31b2b4f418cb1ef6f19c318f39ea82060108e4f.zip
luacheckrc: Ignore shadowing of logger
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index e422ea2e..d931da66 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -5,7 +5,7 @@ allow_defined_top = true
module = true
unused_secondaries = false
codes = true
-ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }
+ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log" }
max_line_length = 150