| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Automated linter installation and configuration for consistent code quality across teams and environments.
# Install
go install github.com/codeGROOVE-dev/lint-install@latest
# Add linters to your project
lint-install .
# Run linters
make lint
# Auto-fix issues
make fix# Basic usage
lint-install .
make lint
# Auto-fix all fixable issues
make fix
# CI/CD (GitHub Actions)
- run: make lint-install
- run: make lintContributions welcome! Submit issues or pull requests.
See LICENSE for details.
| Back | FazBrowse Home | New Git URL |