.rubocop.yml in uppityrobot-0.4.0 vs .rubocop.yml in uppityrobot-0.4.1

- old
+ new

@@ -1,20 +1,4 @@ -AllCops: - NewCops: enable - TargetRubyVersion: 2.7 +require: standard -Style/StringLiterals: - Enabled: true - EnforcedStyle: double_quotes - -Style/StringLiteralsInInterpolation: - Enabled: true - EnforcedStyle: double_quotes - -Layout/LineLength: - Max: 120 - -Metrics/BlockLength: - IgnoredMethods: ['describe', 'context'] - -Metrics/MethodLength: - Max: 20 +inherit_gem: + standard: config/base.yml