Merge pull request #19277 from Homebrew/rm-old-todo

rubocops/lines: Clean up an old TODO
This commit is contained in:
Issy Long 2025-02-11 11:00:03 +00:00 committed by GitHub
commit bb56089fe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -948,8 +948,6 @@ module RuboCop
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}' " \