Sha256: 0e9311d87f1400ff49b6005c9ea00eab75e2e67e49510648fdb3eb63ed27e28d

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 Bytes

Contents

AllCops:
  Include:
    - '**/*.gemspec'
    - '**/*.rake'
    - '**/Gemfile'
    - '**/Rakefile'
  Exclude:
    - 'test/samples/**/*'
    - 'tmp/**/*'
    - 'vendor/**/*'

Metrics/BlockLength:
  Enabled: false

Metrics/LineLength:
  Max: 120

Style/Documentation:
  Enabled: false

inherit_from: .rubocop_todo.yml

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubycritic-3.1.3 .rubocop.yml
rubycritic-3.1.2 .rubocop.yml
rubycritic-3.1.1 .rubocop.yml
rubycritic-3.1.0 .rubocop.yml
rubycritic-3.0.0 .rubocop.yml