# Installer go-critic avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:go-critic
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install go-critic
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install go-critic
```

  Preuve: MacPorts ports tree: devel/go-critic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#go-critic
```

  Preuve: nixpkgs package indexes: pkgs/by-name/go/go-critic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:go-critic
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/go-critic>
- **Version:** 0.14.4
- **Résumé source:** Opinionated Go source code linter
- **Page d'accueil:** <https://go-critic.com>
- **Dépôt:** <https://github.com/go-critic/go-critic>
- **Docs amont:** <https://go-critic.com/>
- **Licence:** MIT
- **Archive source:** <https://github.com/go-critic/go-critic/archive/refs/tags/v0.14.4.tar.gz>
- **Dernière mise à jour:** 2026-06-25T00:11:38Z
- **Généré:** 2026-07-08T07:18:31+00:00

## exécutables

- gocritic (cli)
- gocritic (alias)

## Dépendances

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.14.4
- gestionnaire mis à jour: 2026-06-25
- données locales: OK
- dépôt amont: https://github.com/go-critic/go-critic
- dernière version détectée: v0.14.4 (à jour)
## Historique du projet et usages

go-critic is an opinionated static-analysis linter for Go source code. It collects diagnostics, style checks, performance checks, and experimental rules that are often missing from smaller, single-purpose Go linters.

### Historique du projet

The go-critic repository was created in 2018 and the project was announced that year as both a linter and a sandbox for prototyping static-analysis ideas. Its documentation describes project goals around providing useful checks, proving check implementations before proposing them elsewhere, and keeping useful checks that lack a better home.

### Historique d'adoption

go-critic became part of the broader Go linting ecosystem through direct CLI use and through golangci-lint, whose go-critic entry exposes it as `gocritic`. The repository README tells most users that using go-critic under golangci-lint is enough, reflecting its role as a specialized checker set inside larger lint pipelines.

### Modes d'utilisation

Practitioners run `go-critic check` against packages, directories, or files, enabling and disabling individual checks or tag groups such as diagnostic, style, performance, experimental, opinionated, and security. The CLI also includes `doc` for checker documentation and checker-specific parameters, which makes it useful both as a standalone audit tool and as a source of extra rules in CI.

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

For package catalogs, go-critic represents the Go ecosystem's preference for composable command-line analyzers. It can be installed as a small binary, run directly, or consumed by a linter runner, which lets distributions package it without owning editor or CI integration logic.

### Chronologie

- 2018: The GitHub repository was created and the linter was announced.
- 2019: v0.3.4 and v0.4.0 releases appeared on GitHub.
- 2020: v0.4.x releases continued the checker-set expansion.
- 2026: v0.14.x releases documented continued maintenance.

### Related projects

- golangci-lint
- ruleguard
- go vet
- staticcheck

### Sources

- <https://github.com/go-critic/go-critic>
- <https://github.com/go-critic/go-critic/releases>
- <https://go-critic.com/>
- <https://go-critic.com/overview.html>
- <https://golangci-lint.run/docs/product/thanks/>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** go-critic
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - go-critic: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/go-critic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - go-critic: normalized package name match | MacPorts ports tree: devel/go-critic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/fr/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Runtime dependency declared by Homebrew.
- [staticcheck](https://www.automicvault.com/fr/pkg/brew/staticcheck/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, go, linter.
- [revive](https://www.automicvault.com/fr/pkg/brew/revive/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, go, linter.
- [errcheck](https://www.automicvault.com/fr/pkg/brew/errcheck/) - Shares av.db curated category or tags: cli, developer-tools, go, linter, static-analysis.
- [eslint](https://www.automicvault.com/fr/pkg/brew/eslint/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, linter, static-analysis.
- [luacheck](https://www.automicvault.com/fr/pkg/brew/luacheck/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, linter, static-analysis.
- [pmd](https://www.automicvault.com/fr/pkg/brew/pmd/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, linter, static-analysis.
- [pylint](https://www.automicvault.com/fr/pkg/brew/pylint/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, linter, static-analysis.
- [selene](https://www.automicvault.com/fr/pkg/brew/selene/) - Shares av.db curated category or tags: cli, code-quality, developer-tools, linter, static-analysis.

## Combined YAML source

View the package source record on GitHub. [combined/go-critic.yml](https://github.com/automic-vault/db/blob/main/combined/go-critic.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
