Sha256: c960a6e3cc102df4fce21441f2137621606715c233edfb9dab3e25bbb1b22864

Contents?: true

Size: 560 Bytes

Versions: 3

Compression:

Stored size: 560 Bytes

Contents

AllCops:
  Exclude:
    - vendor/bundle/**/*
    - Gemfile
    - Rakefile
    - seeds/**/*

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

Metrics/MethodLength:
  Exclude:
    - test/**/*

Metrics/ClassLength:
  Exclude:
    - test/**/*

Style/AlignParameters:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/GuardClause:
  Enabled: false

Style/IfUnlessModifier:
  Enabled: false

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/StringLiterals:
  EnforcedStyle: double_quotes

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
munge-0.6.0 .rubocop.yml
munge-0.5.0 .rubocop.yml
munge-0.5.0.beta1 .rubocop.yml