.rubocop.yml in veils-0.3.0 vs .rubocop.yml in veils-0.4.0

- old
+ new

@@ -1,12 +1,14 @@ AllCops: DisplayCopNames: true TargetRubyVersion: 2.3 + SuggestExtensions: false + NewCops: enable Layout/EndOfLine: EnforcedStyle: lf -Style/MethodMissingSuper: +Lint/MissingSuper: Enabled: false Layout/EmptyLineAfterGuardClause: Enabled: false Layout/MultilineMethodCallIndentation: Enabled: false @@ -22,7 +24,9 @@ Max: 10 Metrics/PerceivedComplexity: Max: 10 Metrics/ParameterLists: Max: 10 -Layout/AlignParameters: +Layout/ParameterAlignment: + Enabled: false +Style/OptionalBooleanParameter: Enabled: false