Skip to content

Commit

Permalink
Update rubocop TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Mar 25, 2024
1 parent c4e395e commit af36fae
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 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 15:54:14 UTC using RuboCop version 1.62.1.
# on 2024-03-25 18:22:57 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 Expand Up @@ -198,19 +211,6 @@ Style/ClassVars:
Exclude:
- 'app/helpers/application_helper.rb'

# Offense count: 8
# Configuration parameters: AllowedConstants.
Style/Documentation:
Exclude:
- 'app/controllers/application_controller.rb'
- 'app/controllers/download_controller.rb'
- 'app/controllers/package_controller.rb'
- 'app/controllers/search_controller.rb'
- 'app/helpers/package_helper.rb'
- 'app/helpers/search_helper.rb'
- 'app/models/appdata.rb'
- 'lib/api_connect.rb'

# Offense count: 4
# This cop supports safe autocorrection (--autocorrect).
# Configuration parameters: MinBodyLength, AllowConsecutiveConditionals.
Expand Down

0 comments on commit af36fae

Please sign in to comment.