diff options
-rw-r--r-- | .luacheckrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 0c8c6155..4c2309c0 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -182,4 +182,7 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "util/sasl/digest-md5.lua"; } +else + max_cyclomatic_complexity = 50 + max_line_length = 120 end |