Software / code / prosody
Comparison
.luacheckrc @ 8582:6a2366759974
luacheckrc: Ignore all unknown globals in config file (ie all settings)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 10 Mar 2018 00:08:21 +0100 |
| parent | 8573:85e51205eef7 |
| child | 8674:55807a2f5d23 |
comparison
equal
deleted
inserted
replaced
| 8581:f7c397935872 | 8582:6a2366759974 |
|---|---|
| 99 } | 99 } |
| 100 files["spec/"] = { | 100 files["spec/"] = { |
| 101 std = "+busted" | 101 std = "+busted" |
| 102 } | 102 } |
| 103 files["prosody.cfg.lua"] = { | 103 files["prosody.cfg.lua"] = { |
| 104 ignore = { "131" }; | |
| 104 globals = { | 105 globals = { |
| 105 "Host", | 106 "Host", |
| 106 "host", | 107 "host", |
| 107 "VirtualHost", | 108 "VirtualHost", |
| 108 "Component", | 109 "Component", |