Software /
code /
prosody-modules
Diff
.luacheckrc @ 2905:b63f236a378f
luacheckrc: Assign module.environment to section for writable globals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 07 Mar 2018 18:11:50 +0100 |
parent | 2904:788f3616e6a0 |
child | 2906:d9603b555be2 |
line wrap: on
line diff
--- a/.luacheckrc Wed Mar 07 18:11:08 2018 +0100 +++ b/.luacheckrc Wed Mar 07 18:11:50 2018 +0100 @@ -16,7 +16,6 @@ "module.event_handlers", "module.reloading", "module.saved_state", - "module.environment", "module.global", "module.path", @@ -80,4 +79,5 @@ "module.save", "module.restore", "module.command", + "module.environment", }