Software / code / prosody
Comparison
.luacheckrc @ 9304:0616412409c5
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 13 Sep 2018 16:17:46 +0100 |
| parent | 8990:903351e082aa |
| child | 9325:982f8ae61de2 |
comparison
equal
deleted
inserted
replaced
| 9303:72f0862978ef | 9304:0616412409c5 |
|---|---|
| 174 "util/sasl/digest-md5.lua"; | 174 "util/sasl/digest-md5.lua"; |
| 175 } | 175 } |
| 176 for _, file in ipairs(exclude_files) do | 176 for _, file in ipairs(exclude_files) do |
| 177 files[file] = { only = {} } | 177 files[file] = { only = {} } |
| 178 end | 178 end |
| 179 else | |
| 180 max_cyclomatic_complexity = 50 | |
| 181 max_line_length = 120 | |
| 182 end | 179 end |