diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 0a13cce7..ec184b8e 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'