default.yml in ramsey_cop-0.23.0 vs default.yml in ramsey_cop-0.24.0

- old
+ new

@@ -57,9 +57,13 @@ Metrics/MethodLength: Exclude: - db/migrate/* - spec/**/* - test/**/* + CountAsOne: + - hash + - array + - heredoc Metrics/ModuleLength: Exclude: - spec/**/* - test/**/*