Select Git revision
-
Peter Boling authored
Signed-off-by:
Peter Boling <peter.boling@gmail.com>
Peter Boling authoredSigned-off-by:
Peter Boling <peter.boling@gmail.com>
.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