Sha256: 69f473fbb76cb102e540e739b7e99ae131cab6878998f764b60b363398709665

Contents?: true

Size: 559 Bytes

Versions: 7

Compression:

Stored size: 559 Bytes

Contents

inherit_gem:
  jetrockets-standard: config/gems.yml

AllCops:
  Exclude:
    - 'bin/*'
    - 'tmp/**/*'
    - 'docs/**/*'
    - 'Gemfile'
    - 'vendor/**/*'
    - 'gemfiles/**/*'
  DisplayCopNames: true
  TargetRubyVersion: 2.5

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: no_comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: no_comma

Layout/ParameterAlignment:
  EnforcedStyle: with_first_parameter

# See https://github.com/rubocop-hq/rubocop/issues/4222
Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/**/*'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
metka-2.3.4 .rubocop.yml
metka-2.3.3 .rubocop.yml
metka-2.3.2 .rubocop.yml
metka-2.3.1 .rubocop.yml
metka-2.3.0 .rubocop.yml
metka-2.2.1 .rubocop.yml
metka-2.2.0 .rubocop.yml