Software /
code /
prosody
Comparison
.luacheckrc @ 7953:d183ff55442f
luacheckrc: Ignore shadowing of logger
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 06 Mar 2017 15:22:00 +0100 |
parent | 7952:38053bf1630d |
child | 7981:bbb900cfcfa5 |
comparison
equal
deleted
inserted
replaced
7952:38053bf1630d | 7953:d183ff55442f |
---|---|
3 globals = { "_M" } | 3 globals = { "_M" } |
4 allow_defined_top = true | 4 allow_defined_top = true |
5 module = true | 5 module = true |
6 unused_secondaries = false | 6 unused_secondaries = false |
7 codes = true | 7 codes = true |
8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" } | 8 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV", "431/log" } |
9 | 9 |
10 max_line_length = 150 | 10 max_line_length = 150 |
11 | 11 |
12 files["core/"] = { | 12 files["core/"] = { |
13 read_globals = { "prosody", "hosts" }; | 13 read_globals = { "prosody", "hosts" }; |