Sha256: 78e9c8b2565d09281db248077b77f05bc7d1a9084b92ab8d9f936596de1d2fe8

Contents?: true

Size: 319 Bytes

Versions: 1

Compression:

Stored size: 319 Bytes

Contents

inherit_from: .rubocop_todo.yml

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.2
  DisplayCopNames: true

Metrics/LineLength:
  Max: 100
  IgnoredPatterns:
    - '^\s*#'
  Exclude:
    - 'spec/**/*'

Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Style/FrozenStringLiteralComment:
  EnforcedStyle: always

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bemer-0.1.0 .rubocop.yml