Software / code / prosody
Comparison
.luacheckrc @ 8557:28f9b8a5d9cb
luacheckrc: Declare known global functions in config file
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 01 Mar 2018 21:58:50 +0100 |
| parent | 8533:66cdf5c7af85 |
| child | 8567:93695bb1f0e7 |
comparison
equal
deleted
inserted
replaced
| 8556:5800f0c7afd6 | 8557:28f9b8a5d9cb |
|---|---|
| 92 }; | 92 }; |
| 93 } | 93 } |
| 94 files["spec/"] = { | 94 files["spec/"] = { |
| 95 std = "+busted" | 95 std = "+busted" |
| 96 } | 96 } |
| 97 files["prosody.cfg.lua"] = { | |
| 98 globals = { | |
| 99 "Host", | |
| 100 "host", | |
| 101 "VirtualHost", | |
| 102 "Component", | |
| 103 "component", | |
| 104 "Include", | |
| 105 "include", | |
| 106 "RunScript" | |
| 107 }; | |
| 108 } |