Codebase list ruby-gitlab / 6a0b397 .rubocop_todo.yml
6a0b397

Tree @6a0b397 (Download .tar.gz)

.rubocop_todo.yml @6a0b397raw · history · blame

# 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'