Software / code / prosody
Comparison
.luacheckrc @ 8799:7324a2fe755a
.luacheckrc: Fix whitespace
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 18 May 2018 15:00:14 +0100 |
| parent | 8727:285075a27f28 |
| child | 8800:dd615a7a6b72 |
comparison
equal
deleted
inserted
replaced
| 8798:505722879b55 | 8799:7324a2fe755a |
|---|---|
| 106 files["spec/"] = { | 106 files["spec/"] = { |
| 107 std = "+busted" | 107 std = "+busted" |
| 108 } | 108 } |
| 109 files["prosody.cfg.lua"] = { | 109 files["prosody.cfg.lua"] = { |
| 110 ignore = { "131" }; | 110 ignore = { "131" }; |
| 111 globals = { | 111 globals = { |
| 112 "Host", | 112 "Host", |
| 113 "host", | 113 "host", |
| 114 "VirtualHost", | 114 "VirtualHost", |
| 115 "Component", | 115 "Component", |
| 116 "component", | 116 "component", |