.rubocop.yml in active_regulation-4.0.2 vs .rubocop.yml in active_regulation-4.0.3

- old
+ new

@@ -1,38 +1,40 @@ AllCops: DisplayCopNames: true DisplayStyleGuide: true - TargetRubyVersion: 2.3 + TargetRubyVersion: 2.4 Exclude: - 'spec/**/**/*' +Layout/ClosingParenthesisIndentation: + Enabled: false +Layout/EmptyLinesAroundBlockBody: + Enabled: false +Layout/EmptyLinesAroundClassBody: + Enabled: false +Layout/EmptyLinesAroundModuleBody: + Enabled: false +Layout/FirstParameterIndentation: + Enabled: false +Layout/MultilineMethodCallIndentation: + EnforcedStyle: aligned LineLength: Max: 100 +Lint/ScriptPermission: + Enabled: false Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/Alias: EnforcedStyle: prefer_alias_method Style/BracesAroundHashParameters: Enabled: false -Style/ClosingParenthesisIndentation: - Enabled: false Style/Documentation: Enabled: false -Style/EmptyLinesAroundBlockBody: - Enabled: false -Style/EmptyLinesAroundClassBody: - Enabled: false -Style/EmptyLinesAroundModuleBody: - Enabled: false Style/HashSyntax: Enabled: false -Style/FirstParameterIndentation: - Enabled: false Style/FrozenStringLiteralComment: Enabled: false -Style/MultilineMethodCallIndentation: - EnforcedStyle: aligned Style/NumericLiterals: Enabled: false Style/RescueModifier: Enabled: false