Sha256: 3257b30c1ea988f212390e0def900387ade6fb16ba7cb040799c18fd9018064d

Contents?: true

Size: 1.23 KB

Versions: 10

Compression:

Stored size: 1.23 KB

Contents

Metrics/AbcSize:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Metrics/CyclomaticComplexity:
  Enabled: false

Metrics/LineLength:
  Max: 140
  Exclude:
    - "spec/**/*"

# Offense count: 42
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Enabled: false

Metrics/ModuleLength:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Style/HashSyntax:
  Exclude:
    - 'Rakefile'

# TODO: check again
Style/IndentArray:
  Enabled: false

# TODO: check again
Style/IndentHash:
  Enabled: false

Style/LineEndConcatenation:
  Enabled: false

Style/MutableConstant:
  Enabled: false

Style/NumericLiterals:
  Enabled: false

Style/ParallelAssignment:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

# TODO: check again (force to %r literal)
Style/RegexpLiteral:
  Enabled: true

Style/StringLiterals:
  Enabled: false

Style/SymbolProc:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Style/UnneededPercentQ:
  Enabled: false

Style/CollectionMethods:
  PreferredMethods:
    collect: "map"
    collect!: "map!"
    inject: "inject"
    detect: "find"
    find_all: "select"

Style/PerlBackrefs:
  Enabled: false

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
terraforming-0.18.0 .rubocop.yml
terraforming-0.17.0 .rubocop.yml
terraforming-0.16.0 .rubocop.yml
terraforming-0.15.0 .rubocop.yml
aws-insight-0.14.1 .rubocop.yml
aws-insight-0.14.0 .rubocop.yml
terraforming-0.14.0 .rubocop.yml
terraforming-0.13.2 .rubocop.yml
terraforming-0.13.1 .rubocop.yml
terraforming-0.13.0 .rubocop.yml