Skip to content
Snippets Groups Projects
Select Git revision
  • main protected
  • 1.1-stable default protected
  • migrated
  • v1.1.6
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
  • v1.0.2
  • v1.0.1
13 results

.rubocop_todo.yml

.rubocop_todo.yml 1.18 KiB
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2022-06-20 17:42:48 +0700 using RuboCop version 0.68.1.
# 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
Metrics/AbcSize:
  Max: 17

# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 27

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

# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
  Max: 11

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

# Offense count: 3
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/version_gem.rb'
    - 'lib/version_gem/api.rb'
    - 'lib/version_gem/version.rb'

# Offense count: 18
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
  Max: 198