Software / code / prosody
Comparison
.luacheckrc @ 9442:f210ee7dffe9
.luacheckrc: Do not ignore unused secondaries in strict mode
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 06 Oct 2018 18:52:52 +0200 |
| parent | 9415:02155a10c5e9 |
| child | 9443:4e881be88727 |
comparison
equal
deleted
inserted
replaced
| 9441:116a9d0a295c | 9442:f210ee7dffe9 |
|---|---|
| 122 } | 122 } |
| 123 | 123 |
| 124 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then | 124 if os.getenv("PROSODY_STRICT_LINT") ~= "1" then |
| 125 -- These files have not yet been brought up to standard | 125 -- These files have not yet been brought up to standard |
| 126 -- Do not add more files here, but do help us fix these! | 126 -- Do not add more files here, but do help us fix these! |
| 127 unused_secondaries = true | |
| 127 local exclude_files = { | 128 local exclude_files = { |
| 128 "doc/net.server.lua"; | 129 "doc/net.server.lua"; |
| 129 | 130 |
| 130 "fallbacks/bit.lua"; | 131 "fallbacks/bit.lua"; |
| 131 "fallbacks/lxp.lua"; | 132 "fallbacks/lxp.lua"; |