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

create: show audit command on the next line #18419

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

abitrolly
Copy link
Contributor

@abitrolly abitrolly commented Sep 26, 2024

This makes it easy to copy/paste the command, which needs to be run anyway.

Before.

Warning: Cannot verify integrity of '61668e8218397a60410a66ddbbcf622c00bcb9dcf9bfe482908d45c999e5e253--rquickshare-0.11.2.tar.gz'.
No checksum was provided.
For your reference, the checksum is:
  sha256 "d7ede30aed5c61d34a242588414fc00118aa6c9abca89b66cf7bfe454e753aa3"
Please run `HOMEBREW_NO_INSTALL_FROM_API=1 brew audit --new rquickshare` before submitting, thanks.
Editing /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/r/rquickshare.rb
Warning: Using vim because no editor was set in the environment.
This may change in the future, so we recommend setting EDITOR

After

Warning: Cannot verify integrity of '61668e8218397a60410a66ddbbcf622c00bcb9dcf9bfe482908d45c999e5e253--rquickshare-0.11.2.tar.gz'.
No checksum was provided.
For your reference, the checksum is:
  sha256 "d7ede30aed5c61d34a242588414fc00118aa6c9abca89b66cf7bfe454e753aa3"
Please run the following command before submitting, thanks.
  HOMEBREW_NO_INSTALL_FROM_API=1 brew audit --new xxxxx
Editing /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/x/xxxxx.rb
Warning: Using vim because no editor was set in the environment.
This may change in the future, so we recommend setting EDITOR
  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes? Here's an example.
  • Have you successfully run brew style with your changes locally?
  • Have you successfully run brew typecheck with your changes locally?
  • Have you successfully run brew tests with your changes locally?

This makes it easy to copy/paste the command, which needs to be
run anyway.
@abitrolly
Copy link
Contributor Author

The Ubuntu failure is unrelated.

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @abitrolly!

Library/Homebrew/dev-cmd/create.rb Outdated Show resolved Hide resolved
@MikeMcQuaid MikeMcQuaid merged commit 5ef30ad into Homebrew:master Sep 26, 2024
27 checks passed
MikeMcQuaid added a commit that referenced this pull request Sep 26, 2024
create: show audit command on the next line
@abitrolly abitrolly deleted the newline-audit branch September 27, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants