Sha256: c91bf7c8982384e27bb9de17ec8d2e79e1ae85c515e2c930ae68c9fa43ae41a2

Contents?: true

Size: 293 Bytes

Versions: 6

Compression:

Stored size: 293 Bytes

Contents

require: rubocop-rspec

AllCops:
  NewCops: enable
  SuggestExtensions: false

Style/Documentation:
  Enabled: false

Metrics/LineLength:
  Max: 120

RSpec/AnyInstance:
  Enabled: false

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
andrii_codebreaker-0.1.8 .rubocop.yml
andrii_codebreaker-0.1.7 .rubocop.yml
andrii_codebreaker-0.1.6 .rubocop.yml
andrii_codebreaker-0.1.5 .rubocop.yml
andrii_codebreaker-0.1.4 .rubocop.yml
andrii_codebreaker-0.1.3 .rubocop.yml