Software /
code /
prosody
Comparison
.luacheckrc @ 13629:23aef73f0cb0
luacheck: Declare new config globals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 18 Jan 2025 12:33:18 +0100 |
parent | 13620:7b632cd0e00d |
comparison
equal
deleted
inserted
replaced
13628:4fdd406564ea | 13629:23aef73f0cb0 |
---|---|
139 "VirtualHost", | 139 "VirtualHost", |
140 "Component", | 140 "Component", |
141 "component", | 141 "component", |
142 "Include", | 142 "Include", |
143 "include", | 143 "include", |
144 "FileContents", | |
145 "FileLine", | |
146 "FileLines", | |
147 "Credential", | |
144 "RunScript" | 148 "RunScript" |
145 }; | 149 }; |
146 } | 150 } |
147 | 151 |
148 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then | 152 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then |