Sha256: c23c29b84912dbcfad886997e0b4f7933d0667cea0c8c2f2849d66a43f9afc72

Contents?: true

Size: 294 Bytes

Versions: 5

Compression:

Stored size: 294 Bytes

Contents

require: rubocop-rspec

AllCops:
  NewCops: enable
  SuggestExtensions: false

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - '*.gemspec'

RSpec/NamedSubject:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
andrii_codebreaker-0.1.14 .rubocop.yml
andrii_codebreaker-0.1.13 .rubocop.yml
andrii_codebreaker-0.1.12 .rubocop.yml
andrii_codebreaker-0.1.11 .rubocop.yml
andrii_codebreaker-0.1.10 .rubocop.yml