.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
authorMatthew Wild <mwild1@gmail.com>
Thu, 13 Sep 2018 16:17:46 +0100
changeset 9307 0616412409c5
parent 9306 72f0862978ef
child 9308 f14c81fd44a4
.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
.luacheckrc
--- a/.luacheckrc	Thu Sep 13 16:08:38 2018 +0100
+++ b/.luacheckrc	Thu Sep 13 16:17:46 2018 +0100
@@ -176,7 +176,4 @@
 	for _, file in ipairs(exclude_files) do
 		files[file] = { only = {} }
 	end
-else
-	max_cyclomatic_complexity = 50
-	max_line_length = 120
 end