Skip to content

Commit

Permalink
Regenerate RuboCop TODO file for rails subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Jul 27, 2023
1 parent af11f2f commit a0e5bb2
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions src/api/.rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2023-07-14 10:35:53 UTC using RuboCop version 1.54.2.
# on 2023-07-26 21:22:14 UTC using RuboCop version 1.55.0.
# 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
Expand Down Expand Up @@ -1158,6 +1158,13 @@ Rails/TimeZone:
- 'test/unit/binary_release.rb'
- 'test/unit/package_remove_test.rb'

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowOnlyRestArgument, UseAnonymousForwarding.
Style/ArgumentsForwarding:
Exclude:
- 'app/models/configuration.rb'

# Offense count: 151
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
Expand Down Expand Up @@ -1201,7 +1208,7 @@ Style/ConditionalAssignment:
Exclude:
- 'app/models/bs_request_action_submit.rb'

# Offense count: 987
# Offense count: 988
# Configuration parameters: AllowedConstants.
Style/Documentation:
Enabled: false
Expand All @@ -1213,7 +1220,7 @@ Style/ExplicitBlockArgument:
- 'app/lib/backend/connection.rb'
- 'app/models/project.rb'

# Offense count: 1721
# Offense count: 1722
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never
Expand Down Expand Up @@ -1290,6 +1297,13 @@ Style/RedundantFreeze:
Exclude:
- 'lib/pretty_nested_errors/key_and_messages_parser.rb'

# Offense count: 2
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: AllowedMethods, AllowedPatterns.
Style/ReturnNilInPredicateMethodDefinition:
Exclude:
- 'app/policies/package_policy.rb'

# Offense count: 11
# This cop supports unsafe autocorrection (--autocorrect-all).
Style/SlicingWithRange:
Expand Down

0 comments on commit a0e5bb2

Please sign in to comment.