AllCops: TargetRubyVersion: 2.5 Exclude: - 'vendor/**/*' - "example/**/*" - "spec/*" - "yamls.gemspec" - "Gemfile" inherit_gem: rubocop-discourse: default.yml Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120