# Installer tfproviderlint avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de tfproviderlint pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:tfproviderlint
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tfproviderlint
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:tfproviderlint
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.31.0
- **Résumé source:** Terraform Provider Lint Tool
- **Page d'accueil:** <https://github.com/bflad/tfproviderlint>
- **Dépôt:** <https://github.com/bflad/tfproviderlint>
- **Dernière mise à jour:** 2026-07-26T00:50:39+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tfproviderlint (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.31.0
## Historique du projet et usages

tfproviderlint is a Go static-analysis toolkit and CLI for Terraform provider source code. It targets provider maintainers rather than Terraform module consumers, checking acceptance tests, resources, schemas, validation code, and other Plugin SDK patterns.

### Historique du projet

The project packages Terraform-provider-specific checks as Go analysis passes and command-line tools. Its README distinguishes `tfproviderlint`, which includes standard checks, from `tfproviderlintx`, which includes extra opt-in checks.

The documented check catalog shows the project evolving with the Terraform Plugin SDK: some checks were removed in later versions after upstream APIs changed or deprecated patterns became obsolete, while new checks cover resource, schema, validation, and acceptance-test conventions.

### Historique d'adoption

tfproviderlint has a longer provider-authoring niche than most tools in this batch. The README documents release binaries, Go installation, Docker usage, Homebrew installation from the maintainer tap, and a GitHub Action, which indicates use in local development and CI for Terraform provider repositories.

### Modes d'utilisation

Users run `tfproviderlint ./...` inside Terraform provider source trees, pass check flags to enable or disable analyzers, use `-fix` for checks with automated fixes, or invoke it through `go vet -vettool`. Docker and GitHub Action usage support CI workflows.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, tfproviderlint is significant because it encodes project-specific provider-maintainer knowledge as installable tooling. It is both a command-line package and a Go library of analyzers, making it useful for custom lint tools and automated provider quality gates.

### Chronologie

- 2024: GitHub tags list v0.30.0 in May.
- 2025: GitHub releases list v0.31.0 in February.
- 2026: Homebrew formula metadata lists stable version 0.31.0 with bottled builds.

### Related projects

- Terraform Plugin SDK
- Go analysis framework
- go vet
- tfproviderlint-github-action

### Sources

- <https://formulae.brew.sh/api/formula/tfproviderlint.json>
- <https://github.com/bflad/tfproviderlint#readme>
- <https://github.com/bflad/tfproviderlint/tags>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Combined YAML source

View the package source record on GitHub. [combined/tfproviderlint.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tfproviderlint.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
