Skip to content

Commit

Permalink
re-generate rubocop_todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hkobayash committed Apr 17, 2024
1 parent 508d96a commit a5ac0fd
Showing 1 changed file with 14 additions and 17 deletions.
31 changes: 14 additions & 17 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-12-09 20:55:36 +0900 using RuboCop version 0.61.1.
# `rubocop --auto-gen-config --no-exclude-limit`
# on 2024-04-17 09:31:09 UTC using RuboCop version 1.63.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
# Configuration parameters: Include.
# Include: **/*.gemspec
Gemspec/RequiredRubyVersion:
Exclude:
- 'backlog_kit.gemspec'

# Offense count: 3
Lint/UriEscapeUnescape:
Exclude:
- 'lib/backlog_kit/client.rb'

# Offense count: 9
# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude:
- 'spec/**/*'
Expand All @@ -31,8 +20,16 @@ Style/Documentation:
- 'lib/backlog_kit/response/middleware.rb'
- 'lib/backlog_kit/response/raise_error.rb'

# Offense count: 309
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# Offense count: 1
# Configuration parameters: AllowedMethods.
# AllowedMethods: respond_to_missing?
Style/OptionalBooleanParameter:
Exclude:
- 'lib/backlog_kit/client.rb'

# Offense count: 20
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 176
Max: 183

0 comments on commit a5ac0fd

Please sign in to comment.