.rubocop.yml in codebreaker_manfly-0.1.0 vs .rubocop.yml in codebreaker_manfly-0.1.1

- old
+ new

@@ -1,26 +1,14 @@ AllCops: TargetRubyVersion: 2.7 -Style/StringLiterals: - Enabled: true - EnforcedStyle: double_quotes - Style/Documentation: Enabled: false Metrics/BlockLength: - Exclude: - - spec/game_spec.rb - Max: 50 + ExcludedMethods: ['describe', 'context'] -Metrics/BlockLength: - Exclude: - - spec/codebreaker/game_spec.rb - Max: 50 - -Style/StringLiteralsInInterpolation: - Enabled: true - EnforcedStyle: double_quotes - Layout/LineLength: + Max: 120 + +Metrics/LineLength: Max: 120