Skip to content

Commit

Permalink
Update Rubocop TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
saraycp committed Oct 3, 2022
1 parent c6d7e1b commit e41be84
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions src/api/.rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 100`
# on 2022-09-28 11:48:33 UTC using RuboCop version 1.36.0.
# on 2022-10-03 10:53:48 UTC using RuboCop version 1.36.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 @@ -674,16 +674,18 @@ RSpec/AnyInstance:
- 'spec/models/project_spec.rb'
- 'spec/policies/package_policy_spec.rb'

# Offense count: 15
# Offense count: 16
RSpec/Capybara/SpecificMatcher:
Exclude:
- 'spec/components/workflow_run_filter_component_spec.rb'
- 'spec/features/webui/image_templates_spec.rb'
- 'spec/features/webui/login_spec.rb'
- 'spec/features/webui/maintenance_workflow_spec.rb'
- 'spec/features/webui/users/user_home_page_spec.rb'
- 'spec/support/shared_examples/features/bootstrap_user_tab.rb'

# Offense count: 1174
# Configuration parameters: Prefixes.
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without
RSpec/ContextWording:
Enabled: false
Expand All @@ -695,12 +697,11 @@ RSpec/ContextWording:
RSpec/DescribedClass:
Enabled: false

# Offense count: 204
# Offense count: 202
# Configuration parameters: Max, CountAsOne.
RSpec/ExampleLength:
Exclude:
- 'spec/controllers/attribute_controller_spec.rb'
- 'spec/controllers/person_controller_spec.rb'
- 'spec/controllers/source_attribute_controller_spec.rb'
- 'spec/controllers/staging/excluded_requests_controller_spec.rb'
- 'spec/controllers/staging/staging_projects_controller_spec.rb'
Expand Down Expand Up @@ -796,6 +797,15 @@ RSpec/MessageSpies:
RSpec/MultipleMemoizedHelpers:
Max: 28

# Offense count: 12
RSpec/NoExpectationExample:
Exclude:
- 'spec/lib/rabbitmq_bus_spec.rb'
- 'spec/lib/rubocop/cop/view_component/avoid_global_state_spec.rb'
- 'spec/lib/rubocop/cop/view_component/class_name_spec.rb'
- 'spec/lib/rubocop/cop/view_component/file_name_spec.rb'
- 'spec/models/update_notification_events_spec.rb'

# Offense count: 12
# This cop supports unsafe autocorrection (--autocorrect-all).
RSpec/Rails/HaveHttpStatus:
Expand Down Expand Up @@ -1264,7 +1274,7 @@ Style/SymbolArray:
Style/WordArray:
Enabled: false

# Offense count: 2256
# Offense count: 2263
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
# URISchemes: http, https
Expand Down

0 comments on commit e41be84

Please sign in to comment.