Skip to content
Snippets Groups Projects
Unverified Commit 24121171 authored by Peter Boling's avatar Peter Boling :ping_pong:
Browse files

:fire: rubocop-todo is dead, long live rubocop-gradual

parent 971309d4
No related branches found
No related tags found
1 merge request!3Upstream changes from 1.1-stable
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2023-03-17 05:51:32 -0600 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
Metrics/CyclomaticComplexity:
Max: 8
# Offense count: 1
# Configuration parameters: CountComments, ExcludedMethods.
Metrics/MethodLength:
Max: 11
# Offense count: 1
Metrics/PerceivedComplexity:
Max: 8
# Offense count: 2
# Configuration parameters: EnforcedStyle.
# SupportedStyles: inline, group
Style/AccessModifierDeclarations:
Exclude:
- 'lib/version_gem/ruby.rb'
# Offense count: 2
Style/Documentation:
Exclude:
- 'spec/**/*'
- 'test/**/*'
- 'lib/version_gem.rb'
- 'lib/version_gem/api.rb'
# Offense count: 32
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Metrics/LineLength:
Max: 198
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment