Sha256: 0d21dfa4b54e73649d1caba868527cb9640596bd883c663aeeac5d9d18e8462b

Contents?: true

Size: 776 Bytes

Versions: 2

Compression:

Stored size: 776 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  NewCops: enable

Layout/CommentIndentation:
  Exclude:
    - 'lib/igp/base.rb'

# Offense count: 1
# Configuration parameters: CheckForMethodsWithNoSideEffects.
Lint/Void:
  Exclude:
    - 'lib/igp/shell.rb'

# Offense count: 3
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
  Max: 29

# Offense count: 5
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
  Max: 148

# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Max: 8

# Offense count: 3
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
  Max: 16

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
igp-1.1.0 .rubocop.yml
igp-1.0.0 .rubocop.yml