Sha256: 01d04ee0267b0cc1ef1ff332454e978cd1b42e461b93a1ee1b67e308190e9915

Contents?: true

Size: 372 Bytes

Versions: 7

Compression:

Stored size: 372 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
yamls-0.2.2 .rubocop.yml
yamls-0.2.1 .rubocop.yml
yamls-0.2.0 .rubocop.yml
yamls-0.1.4 .rubocop.yml
yamls-0.1.3 .rubocop.yml
yamls-0.1.2 .rubocop.yml
yamls-0.1.1 .rubocop.yml