AllCops: TargetRubyVersion: 2.4 NewCops: disable SuggestExtensions: false Layout/EndOfLine: EnforcedStyle: lf Metrics/BlockLength: # Don't enforce in test files. Max: 25 Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' Layout/FirstHashElementIndentation: EnforcedStyle: consistent Layout/LineLength: Max: 120 Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes