Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rubocops/cask/on_system_conditionals: allow blocks. #16376

Merged

Conversation

MikeMcQuaid
Copy link
Member

Without this, there's an infinite loop on brew style --fix if you have a if Hardware::CPU.arm? in a postflight block where it will change back and forward between if and on_os syntax forever.

Without this, there's an infinite loop on `brew style --fix` if you have
a `if Hardware::CPU.arm?` in a `postflight` block where it will change
back and forward between `if` and `on_os` syntax forever.
@MikeMcQuaid MikeMcQuaid added the critical Critical change which should be shipped as soon as possible. label Dec 21, 2023
@MikeMcQuaid MikeMcQuaid merged commit f093c27 into Homebrew:master Dec 21, 2023
25 checks passed
@MikeMcQuaid MikeMcQuaid deleted the cask_on_system_conditionals_fix branch December 21, 2023 10:12
@github-actions github-actions bot added the outdated PR was locked due to age label Jan 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
critical Critical change which should be shipped as soon as possible. outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants