Sha256: 03249dd85b248b19846464dd351cffbc137b5ccdd32b8e1f0f6121980765fdf5

Contents?: true

Size: 746 Bytes

Versions: 11

Compression:

Stored size: 746 Bytes

Contents

AllCops:
  Include:
    - 'config.ru'
    - 'Rakefile'
  Exclude:
    - 'Gemfile'
    - 'bin/**/*'
    - 'data/**/*'
    - 'db/schema.rb'
    - 'vendor/**/*'
  DisplayCopNames: true

Layout/EmptyLinesAroundClassBody:
  EnforcedStyle: empty_lines

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/AbcSize:
  Max: 20

Metrics/ClassLength:
  Max: 150

Metrics/MethodLength:
  Max: 25

Metrics/LineLength:
  Max: 100

Metrics/BlockLength:
  Max: 100

Style/AndOr:
  EnforcedStyle: conditionals

Style/Documentation:
  Enabled: false

Style/SymbolArray:
  Enabled: false

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%i': '[]'
    '%w': '[]'
    '%W': '[]'

Style/StringLiterals:
  EnforcedStyle: single_quotes

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
checkr-official-1.8.0 .rubocop.yml
checkr-official-1.7.1 .rubocop.yml
checkr-official-1.7 .rubocop.yml
checkr-official-1.6 .rubocop.yml
checkr-official-1.5.4 .rubocop.yml
checkr-official-1.5.3 .rubocop.yml
checkr-official-1.5.2 .rubocop.yml
checkr-official-1.5.1 .rubocop.yml
checkr-official-1.5.0 .rubocop.yml
checkr-official-1.4.0 .rubocop.yml
checkr-official-1.3.1 .rubocop.yml