Sha256: 96697eae60f82760d7a5efc685f7767227fc4f36a8ee7601f2f4a955ed5dfb1e

Contents?: true

Size: 481 Bytes

Versions: 2

Compression:

Stored size: 481 Bytes

Contents

inherit_from: .rubocop_todo.yml

inherit_gem:
  gc_ruboconfig: rubocop.yml

AllCops:
  TargetRubyVersion: 2.4

Metrics/MethodLength:
  Max: 15

Style/RescueStandardError:
  Exclude:
    - "*/**/*_spec.rb"

Naming/UncommunicativeMethodParamName:
  AllowedNames:
    # These are the default allowed names, set by Rubocop
    - io
    - id
    # These are some custom names that we want to allow, since they aren't
    # uncommunicative - they're actually rather meaningful!
    - as

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coach-2.1.0 .rubocop.yml
coach-2.0.0 .rubocop.yml