# HG changeset patch # User Matthew Wild # Date 1536851866 -3600 # Node ID 0616412409c5203b75fcb3bfe2641eda8c3cbc1a # Parent 72f0862978ef2d3d0107e93eeb6977dcdb9c8a74 .luacheckrc: Remove aspirational goals from strict check, keep it simple for now diff -r 72f0862978ef -r 0616412409c5 .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