Gemspec/RequiredRubyVersion: Enabled: false Layout/EndOfLine: Enabled: false Layout/LineLength: Max: 160 Metrics/BlockLength: CountAsOne: ['array', 'hash'] CountComments: false Max: 50 Metrics/MethodLength: CountAsOne: ['array', 'hash'] CountComments: false Max: 10 Style/StringLiterals: Enabled: true EnforcedStyle: single_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: single_quotes