inherit_gem:
  salsify_rubocop: conf/rubocop.yml

AllCops:
  Exclude:
  - 'vendor/**/*'
  - 'gemfiles/vendor/**/*'

Style/WordArray:
  Enabled: false