Skip to content

Commit

Permalink
Merge pull request #19277 from Homebrew/rm-old-todo
Browse files Browse the repository at this point in the history
rubocops/lines: Clean up an old TODO
  • Loading branch information
issyl0 authored Feb 11, 2025
2 parents 6bdf8f9 + 9359292 commit bb56089
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/Homebrew/rubocops/lines.rb
Original file line number Diff line number Diff line change
Expand Up @@ -948,8 +948,6 @@ def audit_formula(formula_nodes)
end
end

# TODO: Enforce order of dependency types so we don't need to check for
# depends_on "rustup" => [:test, :build]
[:build, [:build, :test], [:test, :build]].each do |type|
find_method_with_args(body_node, :depends_on, "rustup" => type) do
problem "Formulae in homebrew/core should use 'depends_on \"rust\" => #{type}' " \
Expand Down

0 comments on commit bb56089

Please sign in to comment.