Software / code / prosody
Comparison
.luacheckrc @ 8381:7f6184474149
luacheckrc: Ignore long commets (e.g. license in util.sasl)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 10 Nov 2017 05:34:29 +0100 |
| parent | 8239:20e3d5689cce |
| child | 8533:66cdf5c7af85 |
comparison
equal
deleted
inserted
replaced
| 8380:a597ff326758 | 8381:7f6184474149 |
|---|---|
| 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" }; |
| 14 globals = { "prosody.hosts.?", "hosts.?" }; | 14 globals = { "prosody.hosts.?", "hosts.?" }; |
| 15 } | |
| 16 files["util/"] = { | |
| 17 -- Ignore unwrapped license text | |
| 18 max_comment_line_length = false; | |
| 15 } | 19 } |
| 16 files["plugins/"] = { | 20 files["plugins/"] = { |
| 17 read_globals = { | 21 read_globals = { |
| 18 -- Module instance | 22 -- Module instance |
| 19 "module.name", | 23 "module.name", |