diff options
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 |