Skip to content

Commit

Permalink
Merge pull request #18974 from Homebrew/deprecate-disable-order
Browse files Browse the repository at this point in the history
ast_constants: order `deprecate!` before `disable!`
  • Loading branch information
MikeMcQuaid authored Dec 23, 2024
2 parents 6ea9df6 + d4181f0 commit d5e1b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/ast_constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
[{ name: :keg_only, type: :method_call }],
[{ name: :option, type: :method_call }],
[{ name: :deprecated_option, type: :method_call }],
[{ name: :disable!, type: :method_call }],
[{ name: :deprecate!, type: :method_call }],
[{ name: :disable!, type: :method_call }],
[{ name: :depends_on, type: :method_call }],
[{ name: :uses_from_macos, type: :method_call }],
[{ name: :on_macos, type: :block_call }],
Expand Down

0 comments on commit d5e1b51

Please sign in to comment.