aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2018-09-13 16:17:46 +0100
committerMatthew Wild <mwild1@gmail.com>2018-09-13 16:17:46 +0100
commit169c647a74146f61786cdea7e6ad4ab9fb11e306 (patch)
treeb639b2a43c15c6998f767cb7009a2c44400607ec
parentfae3c34ef6a5b6accb0ea3cc289fae663eaf3f9b (diff)
downloadprosody-169c647a74146f61786cdea7e6ad4ab9fb11e306.tar.gz
prosody-169c647a74146f61786cdea7e6ad4ab9fb11e306.zip
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
-rw-r--r--.luacheckrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 9c1a5547..84f48108 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -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