Sha256: 37401f37d93717e32de40396404b36754242b8305a3d0cc321ffc1592cc18c05

Contents?: true

Size: 1.35 KB

Versions: 9

Compression:

Stored size: 1.35 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/TrailingCommaInArrayLiteral:
  Enabled: false

Style/RedundantPercentQ:
  Enabled: false

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

Style/PerlBackrefs:
  Enabled: false

Security/Open:
  Enabled: false

Metrics/BlockLength:
  Enabled: false

Naming/HeredocDelimiterNaming:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
practice_terraforming-0.1.11 .rubocop.yml
practice_terraforming-0.1.10 .rubocop.yml
practice_terraforming-0.1.9 .rubocop.yml
practice_terraforming-0.1.8 .rubocop.yml
practice_terraforming-0.1.7 .rubocop.yml
practice_terraforming-0.1.6 .rubocop.yml
practice_terraforming-0.1.5 .rubocop.yml
practice_terraforming-0.1.4 .rubocop.yml
practice_terraforming-0.1.3 .rubocop.yml