Sha256: 682b3aaef73fa309532670c3d1aa0fe3a2c7fa6b1118f67dc73dbba9247f7711

Contents?: true

Size: 899 Bytes

Versions: 2

Compression:

Stored size: 899 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-08-19 16:08:47 +0200 using RuboCop version 0.74.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
Lint/ShadowingOuterLocalVariable:
  Exclude:
    - 'lib/gl/cli/registry.rb'

# Offense count: 4
Metrics/AbcSize:
  Max: 48

# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 35

# Offense count: 6
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/gl.rb'
    - 'lib/gl/cli.rb'
    - 'lib/gl/cli/global.rb'
    - 'lib/gl/cli/issues.rb'
    - 'lib/gl/cli/merge_requests.rb'
    - 'lib/gl/cli/registry.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gl-0.3.1 .rubocop_todo.yml
gl-0.3.0 .rubocop_todo.yml