Software / code / prosody-modules
Comparison
.luacheckrc @ 4755:99b467605dfc
luacheckrc: Remove accidentally commented directive
Accidentally commented in 4b258329e6e4
This directive was removed from Prosody in d59be9befad7 followed by a
big sweep of the resulting warnings.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 28 Jan 2020 21:54:04 +0100 |
| parent | 3794:4b258329e6e4 |
| child | 4756:098e3b3aac9c |
comparison
equal
deleted
inserted
replaced
| 4754:4665df54719d | 4755:99b467605dfc |
|---|---|
| 1 cache = true | 1 cache = true |
| 2 allow_defined_top = true | 2 allow_defined_top = true |
| 3 --unused_secondaries = false | |
| 4 max_line_length = 150 | 3 max_line_length = 150 |
| 5 codes = true | 4 codes = true |
| 6 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; | 5 ignore = { "411/err", "421/err", "411/ok", "421/ok", "211/_ENV" }; |
| 7 read_globals = { | 6 read_globals = { |
| 8 "prosody", | 7 "prosody", |