Skip to content

Commit

Permalink
tap_auditor: test CI on recursive renames
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Nov 9, 2024
1 parent abb2458 commit b6143d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/tap_auditor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def audit_tap_formula_lists
check_formula_list "pypi_formula_mappings", @tap_pypi_formula_mappings
check_formula_list ".github/autobump.txt", @tap_autobump

renames = @formula_renames.values.reject { |name| @formula_renames.key?(name) || @tap_migrations.key?(name) }
renames = @formula_renames.values # .reject { |name| @formula_renames.key?(name) || @tap_migrations.key?(name) }
check_formula_list "formula_renames", renames

Check warning on line 60 in Library/Homebrew/tap_auditor.rb

View check run for this annotation

Codecov / codecov/patch

Library/Homebrew/tap_auditor.rb#L59-L60

Added lines #L59 - L60 were not covered by tests
end

Expand Down

0 comments on commit b6143d4

Please sign in to comment.