Sha256: b8c0c8e970eea0ea1cfa9aca02d4db09578e4e6830e909abfcebc6d1051e6070

Contents?: true

Size: 1.57 KB

Versions: 6

Compression:

Stored size: 1.57 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2017-10-17 11:41:36 +0200 using RuboCop version 0.50.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
# SupportedStyles: space, no_space
# SupportedStylesForEmptyBraces: space, no_space
Layout/SpaceInsideBlockBraces:
  Exclude:
    - 'Gemfile'

# Offense count: 3
Metrics/AbcSize:
  Max: 31

# Offense count: 6
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 29

# Offense count: 1
Metrics/PerceivedComplexity:
  Max: 8

# Offense count: 9
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/geet/git_hub/account.rb'
    - 'lib/geet/git_hub/api_helper.rb'
    - 'lib/geet/git_hub/issue.rb'
    - 'lib/geet/git_hub/pr.rb'
    - 'lib/geet/git_hub/remote_repository.rb'
    - 'lib/geet/helpers/configuration_helper.rb'
    - 'lib/geet/helpers/os_helper.rb'
    - 'lib/geet/services/create_issue.rb'
    - 'lib/geet/services/create_pr.rb'

# Offense count: 3
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
# SupportedStyles: single_quotes, double_quotes
Style/StringLiterals:
  Exclude:
    - 'Gemfile'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
geet-0.1.5 .rubocop_todo.yml
geet-0.1.4 .rubocop_todo.yml
geet-0.1.3 .rubocop_todo.yml
geet-0.1.2 .rubocop_todo.yml
geet-0.1.1 .rubocop_todo.yml
geet-0.1.0 .rubocop_todo.yml