Sha256: fa49e0e23c7556b1bf66f206c52b84e44cd77106a2fdd749ea68c3898552742a

Contents?: true

Size: 299 Bytes

Versions: 3

Compression:

Stored size: 299 Bytes

Contents

require:
  - rubocop-performance

AllCops:
  Exclude:
    - 'bin/**/*'
    - 'test/mock/app/**/*'
    - 'test/mock/examples/**/*'

Metrics/AbcSize:
  Exclude:
    - 'test/**/*'

Metrics/MethodLength:
  Max: 25
  Exclude:
    - 'test/**/*'

Style/ClassAndModuleChildren:
  Exclude:
    - 'test/**/*'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chusaku-0.3.2 .rubocop.yml
chusaku-0.3.1 .rubocop.yml
chusaku-0.3.0 .rubocop.yml