mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
This commit is contained in:
parent
13f865a607
commit
5bf9e2cd57
1 changed files with 0 additions and 3 deletions
|
@ -176,7 +176,4 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
|
||||||
for _, file in ipairs(exclude_files) do
|
for _, file in ipairs(exclude_files) do
|
||||||
files[file] = { only = {} }
|
files[file] = { only = {} }
|
||||||
end
|
end
|
||||||
else
|
|
||||||
max_cyclomatic_complexity = 50
|
|
||||||
max_line_length = 120
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue