.rubocop.yml in legion-data-0.1.0 vs .rubocop.yml in legion-data-0.1.1

- old
+ new

@@ -1,5 +1,10 @@ +require: + - rubocop-sequel + - rubocop-md + - rubocop-performance + Metrics/LineLength: Max: 120 Exclude: - 'lib/legion/data/migrations/*.rb' Metrics/MethodLength: @@ -12,18 +17,14 @@ - 'lib/legion/data/migrations/*' Layout/SpaceAroundEqualsInParameterDefault: EnforcedStyle: space Style/SymbolArray: Enabled: true -Layout/AlignHash: +Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table -Style/HashSyntax: - EnforcedStyle: ruby19_no_mixed_keys Style/Documentation: Enabled: false AllCops: - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.6 Style/FrozenStringLiteralComment: - Enabled: false -Naming/FileName: Enabled: false