Sha256: 7ca0cf6c7a4ddca4df875df8064b40194560fe5659657b51d9bc369c64f8fd22

Contents?: true

Size: 1.07 KB

Versions: 4

Compression:

Stored size: 1.07 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-10-10 10:25:27 +0400 using RuboCop version 0.59.2.
# 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/UriEscapeUnescape:
  Exclude:
    - 'lib/gitlab/client.rb'

# Offense count: 5
Metrics/AbcSize:
  Max: 34

# Offense count: 4
Metrics/CyclomaticComplexity:
  Max: 14

# Offense count: 10
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 34

# Offense count: 2
# Configuration parameters: CountComments.
Metrics/ModuleLength:
  Max: 165

# Offense count: 2
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 6

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

# Offense count: 1
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect.
Security/JSONLoad:
  Exclude:
    - 'lib/gitlab/request.rb'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitlab-4.8.0 .rubocop_todo.yml
gitlab-4.7.0 .rubocop_todo.yml
gitlab-4.6.1 .rubocop_todo.yml
gitlab-4.6.0 .rubocop_todo.yml