# 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
- **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>
- **Dernière mise à jour:** 2026-07-29T16:05:03+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- go-critic (alias)
- gocritic (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.14.4
## 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

## 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


## Combined YAML source

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


## Sources

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