AllCops: TargetRubyVersion: 2.7 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/Documentation: Enabled: false Metrics/BlockLength: Exclude: - spec/game_spec.rb Max: 50 Metrics/BlockLength: Exclude: - spec/codebreaker/game_spec.rb Max: 50 Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120