require: rubocop-rspec AllCops: TargetRubyVersion: 2.2 Exclude: - 'spec/dummy/**/*.rb' # via. https://github.com/rubocop-hq/rubocop/blob/v0.60.0/config/default.yml#L60 - 'node_modules/**/*' - 'vendor/**/*' - '.git/**/*' Layout/IndentHeredoc: Enabled: false RSpec/DescribedClass: Enabled: false