.rubocop.yml in coursemology-polyglot-0.3.6 vs .rubocop.yml in coursemology-polyglot-0.3.7

- old
+ new

@@ -4,12 +4,12 @@ AllCops: Include: - '**/Gemfile' - '**/Rakefile' Exclude: - - 'vendor/bundle/**/*' - TargetRubyVersion: 3.0.4 + - 'vendor/bundle/**/*' + TargetRubyVersion: 3.0 Metrics/LineLength: Max: 100 Style/ClassAndModuleChildren: @@ -19,11 +19,11 @@ EnforcedStyle: trailing Style/Documentation: Enabled: false -Layout/IndentHash: +Layout/FirstHashElementIndentation: EnforcedStyle: consistent Style/ParallelAssignment: Enabled: false @@ -33,8 +33,5 @@ Style/WordArray: Enabled: false Style/RegexpLiteral: AllowInnerSlashes: true - -Style/ClassAndModuleChildren: - EnforcedStyle: compact