Software / code / prosody
Changeset
7953:d183ff55442f
luacheckrc: Ignore shadowing of logger
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 06 Mar 2017 15:22:00 +0100 |
| parents | 7952:38053bf1630d |
| children | 7954:60b83f83f317 |
| files | .luacheckrc |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.luacheckrc Mon Mar 06 15:11:37 2017 +0100 +++ b/.luacheckrc Mon Mar 06 15:22:00 2017 +0100 @@ -5,7 +5,7 @@ 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