Software / code / prosody-modules
Comparison
.luacheckrc @ 2906:d9603b555be2
luacheckrc: Forget about the _M global
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 07 Mar 2018 18:15:31 +0100 |
| parent | 2905:b63f236a378f |
| child | 3422:ba3c79ef2253 |
comparison
equal
deleted
inserted
replaced
| 2905:b63f236a378f | 2906:d9603b555be2 |
|---|---|
| 67 | 67 |
| 68 -- mod_http API | 68 -- mod_http API |
| 69 "module.http_url", | 69 "module.http_url", |
| 70 } | 70 } |
| 71 globals = { | 71 globals = { |
| 72 "_M", | |
| 73 | |
| 74 -- Methods that can be set on module API | 72 -- Methods that can be set on module API |
| 75 "module.unload", | 73 "module.unload", |
| 76 "module.add_host", | 74 "module.add_host", |
| 77 "module.load", | 75 "module.load", |
| 78 "module.add_host", | 76 "module.add_host", |