This is the official Homebrew tap for the vet command-line tool.
This repository contains the Homebrew formula required to install vet on macOS and Linux.
To install vet, you first need to "tap" this repository and then install the formula.
# Add the tap
brew tap vet-run/vet
# Install the formula
brew install vet-runThe formula is named vet-run to avoid a naming conflict with the vet formula from safedep/vet. This formula will, however, correctly install the vet executable on your system.
For all documentation, source code, and issue tracking, please visit the main project repository:
➡️ https://github.com/vet-run/vet
When a new version of vet is released, the formula in this repository must be updated.
- Create a new release in the main vet-run/vet repository.
- Edit Formula/vet-run.rb in this repository and update the url, version, and sha256 fields to match the new release.
- Commit and push the changes.
The contents of this repository are licensed under the MIT License - see the LICENSE file for details.