default.yml in ramsey_cop-0.14.2 vs default.yml in ramsey_cop-0.15.0

- old
+ new

@@ -7,10 +7,17 @@ - node_modules/**/* Layout/AccessModifierIndentation: EnforcedStyle: outdent +Layout/LineLength: + Max: 120 + Exclude: + - config/routes.rb + - config/routes/* + - db/migrate/* + Metrics/AbcSize: Exclude: - spec/**/* - test/**/* @@ -31,16 +38,9 @@ Metrics/CyclomaticComplexity: Exclude: - spec/**/* - test/**/* - -Metrics/LineLength: - Max: 120 - Exclude: - - config/routes.rb - - config/routes/* - - db/migrate/* Metrics/MethodLength: Exclude: - db/migrate/* - spec/**/*