diff --git a/.rubocop.yml b/.rubocop.yml index bbbd9bc6c..84dbebd89 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -172,7 +172,7 @@ Metrics/CyclomaticComplexity: Description: >- A complexity metric that is strongly correlated to the number of test cases needed to validate a method. - Enabled: true + Enabled: false # TODO