Sha256: 2e0b1139de1e59e552871eb9c03d77baa83370fc21cb891c2baa9a9a2e59f074

Contents?: true

Size: 774 Bytes

Versions: 3

Compression:

Stored size: 774 Bytes

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2019-08-19 10:13:44 +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: 2
Metrics/AbcSize:
  Max: 45

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gl-0.2.1 .rubocop_todo.yml
gl-0.2.0 .rubocop_todo.yml
gl-0.1.0 .rubocop_todo.yml