diff options
author | Matthew Wild <mwild1@gmail.com> | 2018-09-13 16:17:46 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2018-09-13 16:17:46 +0100 |
commit | 5bf9e2cd57125aeb7bfff66ec539ce790d90ebeb (patch) | |
tree | b639b2a43c15c6998f767cb7009a2c44400607ec /.luacheckrc | |
parent | 13f865a6078874f90c72ceb4f3939ca06720364b (diff) | |
download | prosody-5bf9e2cd57125aeb7bfff66ec539ce790d90ebeb.tar.gz prosody-5bf9e2cd57125aeb7bfff66ec539ce790d90ebeb.zip |
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 3 |
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 |