Hi! I've submitted a Homebrew formula for datadog-static-analyzer to homebrew-core:
Homebrew/homebrew-core#268338
The formula builds both datadog-static-analyzer and datadog-static-analyzer-git-hook from source via Cargo, and includes a livecheck block to track new releases automatically.
Once merged, users will be able to install with:
brew install datadog-static-analyzer
This would eliminate the need for manual binary downloads and the xattr -dr com.apple.quarantine workaround on macOS.
Hi! I've submitted a Homebrew formula for
datadog-static-analyzerto homebrew-core:Homebrew/homebrew-core#268338
The formula builds both
datadog-static-analyzeranddatadog-static-analyzer-git-hookfrom source via Cargo, and includes a livecheck block to track new releases automatically.Once merged, users will be able to install with:
This would eliminate the need for manual binary downloads and the
xattr -dr com.apple.quarantineworkaround on macOS.