Changeset

8801:a6a587df3b0e

.luacheckrc: Add some additional stricter requirements when PROSODY_STRICT_LINT=1
author Matthew Wild <mwild1@gmail.com>
date Fri, 18 May 2018 15:02:00 +0100
parents 8800:dd615a7a6b72
children 8802:befffddf1b25
files .luacheckrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.luacheckrc	Fri May 18 15:01:38 2018 +0100
+++ b/.luacheckrc	Fri May 18 15:02:00 2018 +0100
@@ -182,4 +182,7 @@
 
 	"util/sasl/digest-md5.lua";
 	}
+else
+	max_cyclomatic_complexity = 50
+	max_line_length = 120
 end