Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubocop-minitest 0.21.0 → 0.35.0 (major) #1457

Merged
merged 2 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions .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`
# on 2024-03-25 17:46:17 UTC using RuboCop version 1.62.1.
# on 2024-03-25 18:27:48 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
Expand Down Expand Up @@ -71,12 +71,25 @@ Minitest/AssertPathExists:
Exclude:
- 'test/integration/package_controller_test.rb'

# Offense count: 19
# This cop supports safe autocorrection (--autocorrect).
Minitest/EmptyLineBeforeAssertionMethods:
Exclude:
- 'test/integration/download_controller_test.rb'
- 'test/integration/package_controller_test.rb'
- 'test/integration/validate_configuration_test.rb'
- 'test/models/appdata_test.rb'
- 'test/models/screenshot_test.rb'
- 'test/obs_test.rb'
- 'test/system/package_information_test.rb'
- 'test/system/search_results_test.rb'

# Offense count: 2
Minitest/MultipleAssertions:
Max: 5

# Offense count: 1
# This cop supports safe autocorrection (--autocorrect).
# This cop supports unsafe autocorrection (--autocorrect-all).
Minitest/RefuteFalse:
Exclude:
- 'test/integration/package_controller_test.rb'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,9 @@ GEM
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-minitest (0.21.0)
rubocop (>= 0.90, < 2.0)
rubocop-minitest (0.35.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand Down
Binary file removed vendor/cache/rubocop-minitest-0.21.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-minitest-0.35.0.gem
Binary file not shown.