Sha256: 59ce7d4db22303c8de6d8d4711bccfd5ea689b19376f5ea402b4dfe51e4e0569

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Exclude:
    - 'spec/fixtures/**/*'
  TargetRubyVersion: 2.3

Layout/EndOfLine:
  EnforcedStyle: lf

Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/**/*.rb'

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'

Metrics/MethodLength:
  Exclude:
    - 'spec/**/*.rb'

Metrics/ModuleLength:
  Exclude:
    - 'spec/**/*.rb'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
at_coder_friends-0.3.3 .rubocop.yml
at_coder_friends-0.3.2 .rubocop.yml
at_coder_friends-0.3.1 .rubocop.yml