Sha256: 49f9c8d457a2b1eedea9282ce68cb0fe494da0d9bda7825ede2efc19f40c7210

Contents?: true

Size: 789 Bytes

Versions: 3

Compression:

Stored size: 789 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.1
  Exclude:
    - vendor/bundle/**/*
    - Gemfile
    - Rakefile
    - munge.gemspec

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

Metrics/LineLength:
  Max: 120

Metrics/MethodLength:
  Max: 15
  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/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/MultilineOperationIndentation:
  EnforcedStyle: indented

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SymbolProc:
  Exclude:
    - seeds/**/*

Style/UnneededInterpolation:
  Enabled: false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
munge-0.9.0 .rubocop.yml
munge-0.8.0 .rubocop.yml
munge-0.7.1 .rubocop.yml