Skip to content

Commit

Permalink
Update RuboCop TODO file
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Nov 4, 2024
1 parent 709a124 commit a841a39
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 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 2024-10-03 08:47:27 UTC using RuboCop version 1.66.1.
# on 2024-11-04 11:52:19 UTC using RuboCop version 1.68.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 @@ -164,8 +164,8 @@ Metrics/ClassLength:
- 'app/models/user.rb'
- 'app/models/user_ldap_strategy.rb'
- 'app/models/workflow/step/branch_package_step.rb'
- 'app/services/user_service/involved.rb'
- 'app/services/diff_parser.rb'
- 'app/services/user_service/involved.rb'
- 'db/migrate/20230727110437_migrate_to_utf8mb4.rb'
- 'lib/xpath_engine.rb'
- 'test/functional/attributes_test.rb'
Expand Down Expand Up @@ -937,6 +937,12 @@ Style/OpenStructUse:
- 'spec/services/trigger_controller_service/token_extractor_spec.rb'
- 'spec/services/webui_controller_service/user_checker_spec.rb'

# Offense count: 1
# Configuration parameters: Max.
Style/SafeNavigationChainLength:
Exclude:
- 'spec/mailers/event_mailer_spec.rb'

# Offense count: 86
# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: Mode.
Expand Down

0 comments on commit a841a39

Please sign in to comment.