Software /
code /
prosody
Diff
.luacheckrc @ 8048:75e37366a03f
luacheckrc: Declare module.environment as writable (thanks Link Mauve)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 02 Apr 2017 22:26:52 +0200 |
parent | 7981:bbb900cfcfa5 |
child | 8239:20e3d5689cce |
line wrap: on
line diff
--- a/.luacheckrc Sun Apr 02 19:38:52 2017 +0100 +++ b/.luacheckrc Sun Apr 02 22:26:52 2017 +0200 @@ -23,7 +23,6 @@ "module.event_handlers", "module.reloading", "module.saved_state", - "module.environment", "module.global", "module.path", @@ -87,6 +86,7 @@ "module.save", "module.restore", "module.command", + "module.environment", }; } files["tests/"] = {