Skip to content

Commit

Permalink
Merge pull request #3475 from openSUSE/depfu/update/rubocop-rspec_rai…
Browse files Browse the repository at this point in the history
…ls-2.30.0

Update rubocop-rspec_rails 2.28.3 → 2.30.0 (minor)
  • Loading branch information
hennevogel authored Dec 2, 2024
2 parents d2e29e3 + 4a092c6 commit 101e847
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 32 deletions.
32 changes: 7 additions & 25 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2024-06-07 15:38:52 UTC using RuboCop version 1.64.1.
# on 2024-12-02 11:47:52 UTC using RuboCop version 1.66.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
# versions of RuboCop, may require this file to be generated again.

# Offense count: 4
# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include.
# Include: **/*.gemfile, **/Gemfile, **/gems.rb
Expand Down Expand Up @@ -133,7 +133,7 @@ Layout/EmptyLineAfterMagicComment:
Exclude:
- 'spec/models/conference_spec.rb'

# Offense count: 100
# Offense count: 101
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
# SupportedStyles: empty_lines, no_empty_lines
Expand Down Expand Up @@ -526,7 +526,7 @@ Metrics/BlockLength:
Max: 202

# Offense count: 1
# Configuration parameters: CountBlocks.
# Configuration parameters: CountBlocks, CountModifierForms.
Metrics/BlockNesting:
Max: 4

Expand Down Expand Up @@ -645,17 +645,12 @@ RSpec/AnyInstance:

# Offense count: 5
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AutoCorrect.
RSpec/BeEmpty:
Exclude:
- 'spec/controllers/conference_registration_controller_spec.rb'
- 'spec/models/conference_spec.rb'

# Offense count: 143
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnabledMethods.
RSpec/Capybara/FeatureMethods:
Enabled: false

# Offense count: 302
# Configuration parameters: Prefixes, AllowedPatterns.
# Prefixes: when, with, without
Expand Down Expand Up @@ -779,21 +774,6 @@ RSpec/ExpectChange:
- 'spec/models/event_spec.rb'
- 'spec/models/user_spec.rb'

# Offense count: 9
# Configuration parameters: Include, CustomTransform, IgnoreMethods, SpecSuffixOnly.
# Include: **/*_spec*rb*, **/spec/**/*
RSpec/FilePath:
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'
- 'spec/models/openid.rb'

# Offense count: 166
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: EnforcedStyle.
Expand Down Expand Up @@ -1003,13 +983,15 @@ RSpec/ReturnFromStub:

# Offense count: 18
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AutoCorrect.
RSpec/ScatteredLet:
Exclude:
- 'spec/ability/ability_spec.rb'
- 'spec/models/payment_spec.rb'

# Offense count: 2
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: AutoCorrect.
RSpec/ScatteredSetup:
Exclude:
- 'spec/models/payment_spec.rb'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ group :development do
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec_rails', require: false
gem 'rubocop-factory_bot', require: false
gem 'rubocop-capybara', require: false
gem 'rubocop-performance', require: false
gem 'haml_lint'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -495,13 +495,11 @@ GEM
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.29.2)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
rubocop-rspec (~> 3, >= 3.0.1)
ruby-oembed (0.17.0)
ruby-openid (2.9.2)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -686,9 +684,11 @@ DEPENDENCIES
rspec-rails
rubocop
rubocop-capybara
rubocop-factory_bot
rubocop-performance
rubocop-rails
rubocop-rspec
rubocop-rspec_rails
ruby-oembed
sass-rails (>= 4.0.2)
selectize-rails
Expand Down

0 comments on commit 101e847

Please sign in to comment.