Sha256: 496ea06f88d5dd3ac8c11db4ab7b7a99246880d5c297058e6d093323a39338be

Contents?: true

Size: 734 Bytes

Versions: 5

Compression:

Stored size: 734 Bytes

Contents

inherit_from: .rubocop_todo.yml
AllCops:
  TargetRubyVersion: 2.3

Layout/ExtraSpacing:
  Enabled: false

Layout/SpaceAroundOperators:
  Enabled: false

Metrics/AbcSize:
  Max: 32

Metrics/LineLength:
  Max: 160

Metrics/MethodLength:
  Max: 29

Metrics/ParameterLists:
  CountKeywordArgs: false

Metrics/PerceivedComplexity:
  Exclude:
    - 'lib/geet/services/create_issue.rb'

Style/ConditionalAssignment:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/DoubleNegation:
  Enabled: false

Style/GuardClause:
  Exclude:
    - 'lib/geet/git/repository.rb'

Style/NegatedIf:
  Enabled: false

Style/Next:
  Enabled: false

Style/TrailingCommaInArguments:
  Enabled: false

Style/TrailingCommaInLiteral:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
geet-0.1.12 .rubocop.yml
geet-0.1.11 .rubocop.yml
geet-0.1.10 .rubocop.yml
geet-0.1.9 .rubocop.yml
geet-0.1.8 .rubocop.yml