Software /
code /
prosody-modules
Diff
.luacheckrc @ 2598:d9022fe9749c
luacheckrc: List module instance fields
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 06 Mar 2017 00:43:22 +0100 |
parent | 2597:805fa6ca062b |
child | 2603:095f7f8ec545 |
line wrap: on
line diff
--- a/.luacheckrc Mon Mar 06 00:43:06 2017 +0100 +++ b/.luacheckrc Mon Mar 06 00:43:22 2017 +0100 @@ -4,6 +4,15 @@ "hosts", "import", + -- Module instance + "module.name", + "module.host", + "module._log", + "module.log", + "module.event_handlers", + "module.reloading", + "module.saved_state", + -- Module API "module.add_extension", "module.add_feature",