config/default.yml in rubocop-standard-4.0.3 vs config/default.yml in rubocop-standard-4.0.4

- old
+ new

@@ -53,10 +53,13 @@ Enabled: true Layout/SpaceAroundEqualsInParameterDefault: Enabled: true +Layout/SpaceAroundMethodCallOperator: + Enabled: true + Layout/SpaceBeforeBlockBraces: Enabled: true Layout/SpaceInsideArrayLiteralBrackets: Enabled: true @@ -135,19 +138,25 @@ Enabled: true Lint/RandOne: Enabled: true +Lint/RaiseException: + Enabled: true + Lint/RedundantStringCoercion: Enabled: true Lint/RequireParentheses: Enabled: true Lint/RescueException: Enabled: true +Lint/StructNewOverride: + Enabled: true + Lint/UnderscorePrefixedVariableName: Enabled: true Lint/RedundantCopDisableDirective: Enabled: true @@ -275,9 +284,12 @@ Style/Documentation: Enabled: false Style/EndBlock: + Enabled: true + +Style/ExponentialNotation: Enabled: true Style/For: Enabled: true