.rubocop.yml in money_helper-2.0.0 vs .rubocop.yml in money_helper-3.0.0

- old
+ new

@@ -1,21 +1,23 @@ +inherit_from: .rubocop_todo.yml + AllCops: Exclude: - vendor/**/* - gemfiles/vendor/**/* + NewCops: enable + SuggestExtensions: false +Layout/LineLength: + Max: 512 + Metrics: Enabled: false -Metrics/LineLength: - Max: 512 - Style/Documentation: Enabled: false Naming/MethodName: Enabled: false Style/AsciiComments: Enabled: false - -inherit_from: .rubocop_todo.yml