Sha256: 0a46e032d87f0aef598ebcda6e0662c0087efe2289a4c399b7fa832ed3308a29

Contents?: true

Size: 342 Bytes

Versions: 6

Compression:

Stored size: 342 Bytes

Contents

inherit_from:
  - vendor/hound/config/style_guides/ruby.yml
  - .rubocop_todo.yml

# Rails cops
AllCops:
  RunRailsCops: true

# Files you want to exclude
AllCops:
  Exclude:
    - db/schema.rb
    - Gemfile
    - Guardfile
    - Rakefile

# TODO: put your overrides here:
Style/StringLiterals:
  EnforcedStyle: single_quotes
  Enabled: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
listen-2.8.4 .rubocop.yml
listen-2.8.3 .rubocop.yml
listen-2.8.2 .rubocop.yml
listen-2.8.1 .rubocop.yml
listen-2.8.0 .rubocop.yml
listen-2.7.12 .rubocop.yml