diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0a13cce76..ec184b8ec 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-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 @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 7520e7369..c54eb7236 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/rubocop-minitest-0.21.0.gem b/vendor/cache/rubocop-minitest-0.21.0.gem deleted file mode 100644 index f384e1d2b..000000000 Binary files a/vendor/cache/rubocop-minitest-0.21.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-minitest-0.35.0.gem b/vendor/cache/rubocop-minitest-0.35.0.gem new file mode 100644 index 000000000..6f020e873 Binary files /dev/null and b/vendor/cache/rubocop-minitest-0.35.0.gem differ