.rubocop.unhound.yml in coursemology-polyglot-0.2.9.1 vs .rubocop.unhound.yml in coursemology-polyglot-0.2.9.3

- old
+ new

@@ -4,11 +4,11 @@ reduce: inject: 'reduce' find: detect: 'find' -Style/FileName: +Naming/FileName: Enabled: true Style/GuardClause: Enabled: true @@ -28,13 +28,16 @@ Enabled: true Style/TrailingCommaInArguments: Enabled: true -Style/TrailingCommaInLiteral: +Style/TrailingCommaInArrayLiteral: Enabled: true +Style/TrailingCommaInHashLiteral: + Enabled: true + Metrics/AbcSize: Enabled: true Metrics/ClassLength: Enabled: true @@ -55,10 +58,10 @@ Enabled: true Lint/AssignmentInCondition: Enabled: true -Style/AccessorMethodName: +Naming/AccessorMethodName: Enabled: true Style/Alias: Enabled: true EnforcedStyle: prefer_alias_method