diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 141951ef..a11f1ce0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-03-26 10:26:16 UTC using RuboCop version 1.61.0. +# on 2024-03-26 11:13:17 UTC using RuboCop version 1.62.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 @@ -681,7 +681,7 @@ RSpec/ContextWording: # Offense count: 73 # This cop supports unsafe autocorrection (--autocorrect-all). -# Configuration parameters: SkipBlocks, EnforcedStyle. +# Configuration parameters: SkipBlocks, EnforcedStyle, OnlyStaticConstants. # SupportedStyles: described_class, explicit RSpec/DescribedClass: Exclude: @@ -925,6 +925,13 @@ RSpec/MatchArray: RSpec/MessageSpies: EnforcedStyle: receive +# Offense count: 244 +# This cop supports safe autocorrection (--autocorrect). +# Configuration parameters: EnforcedStyle. +# SupportedStyles: hash, symbol +RSpec/MetadataStyle: + Enabled: false + # Offense count: 1 RSpec/MultipleDescribes: Exclude: @@ -984,6 +991,8 @@ RSpec/Rails/AvoidSetupHook: # Offense count: 2 # This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: ResponseMethods. +# ResponseMethods: response, last_response RSpec/Rails/HaveHttpStatus: Exclude: - 'spec/controllers/admin/event_schedules_controller_spec.rb' @@ -1006,7 +1015,7 @@ RSpec/Rails/InferredSpecType: - 'spec/routing/routing_spec.rb' # Offense count: 12 -# This cop supports safe autocorrection (--autocorrect). +# This cop supports unsafe autocorrection (--autocorrect-all). RSpec/ReceiveMessages: Exclude: - 'spec/models/track_spec.rb' @@ -1053,6 +1062,27 @@ RSpec/SortMetadata: Exclude: - 'spec/features/versions_spec.rb' +# Offense count: 8 +# Configuration parameters: Include, CustomTransform, IgnoreMethods, IgnoreMetadata. +# Include: **/*_spec.rb +RSpec/SpecFilePathFormat: + Exclude: + - 'spec/controllers/conference_registration_controller_spec.rb' + - 'spec/controllers/physical_ticket_controller_spec.rb' + - 'spec/features/email_spec.rb' + - 'spec/features/omniauth_spec.rb' + - 'spec/features/proposals_spec.rb' + - 'spec/features/ticket_purchases_spec.rb' + - 'spec/features/venues_spec.rb' + - 'spec/models/comment_spec.rb' + +# Offense count: 1 +# Configuration parameters: Include. +# Include: **/*_spec*rb*, **/spec/**/* +RSpec/SpecFilePathSuffix: + Exclude: + - 'spec/models/openid.rb' + # Offense count: 9 RSpec/StubbedMock: Exclude: