.luacheckrc: Remove aspirational goals from strict check, keep it simple for now

This commit is contained in:
Matthew Wild 2018-09-13 16:17:46 +01:00
parent 13f865a607
commit 5bf9e2cd57

View file

@ -176,7 +176,4 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
for _, file in ipairs(exclude_files) do
files[file] = { only = {} }
end
else
max_cyclomatic_complexity = 50
max_line_length = 120
end