-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
malcontent 1.7.0 (new formula) #201530
malcontent 1.7.0 (new formula) #201530
Conversation
be26c2b
to
1f58e76
Compare
624a222
to
1a6b97c
Compare
1a6b97c
to
df560dd
Compare
df560dd
to
61a943d
Compare
61a943d
to
5cc65b9
Compare
If it's easier to handle this before merging, we just cut a new release (
|
Signed-off-by: Mike Fiedler <miketheman@gmail.com> malcontent: update build and test ``` ==> /opt/homebrew/Cellar/malcontent/1.6.0/bin/mal --version ==> /opt/homebrew/Cellar/malcontent/1.6.0/bin/mal analyze /private/tmp/malcontent-test-20241217-95084-ozeb3g 🔎 Scanning "/private/tmp/malcontent-test-20241217-95084-ozeb3g" ├─ 🟡 /private/tmp/malcontent-test-20241217-95084-ozeb3g/test.py [MEDIUM] │ ≡ execution [MEDIUM] │ 🔵 imports/python — imports python modules: import subprocess │ 🟡 program — execute external program: subprocess.run(["echo", "execute external program"]) ``` Signed-off-by: Rui Chen <rui@chenrui.dev>
5cc65b9
to
16a77eb
Compare
@egibs totally 👍 |
@miketheman, thanks for your contribution to Homebrew-core! 🎉 🥇 Without awesome contributors like you, it would be impossible to maintain Homebrew to the high level of quality users have come to expect. Thank you!!!! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?