Diff

.luacheckrc @ 9304:0616412409c5

.luacheckrc: Remove aspirational goals from strict check, keep it simple for now
author Matthew Wild <mwild1@gmail.com>
date Thu, 13 Sep 2018 16:17:46 +0100
parent 8990:903351e082aa
child 9325:982f8ae61de2
line wrap: on
line diff
--- 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