pkg.soopen package index

brew / 順位 5094

revive を Homebrew, MacPorts, Nix, pacman でインストール

revive のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install revive

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install revive

MacPorts ports tree · devel/revive/Portfile · ソース: api.github.com

Linux

Nix確認済み · 92%
nix profile install nixpkgs#revive

nixpkgs package indexes · pkgs/by-name/re/revive/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S revive

Arch Linux sync databases · revive · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Fast, configurable, extensible, flexible, and beautiful linter for Go

コマンドとエイリアス

  • revive

履歴

プロジェクトの歴史と使われ方

revive is an extensible static-analysis framework and command-line linter for Go, designed as a faster and more configurable replacement for golint.

プロジェクトの歴史

revive was developed as a fast, configurable, extensible replacement for golint. It retained compatibility with golint's default behavior while adding TOML configuration, rule selection, inline suppression, custom formatters, and optional type checking.

採用の歴史

revive is available through Homebrew and other package managers, as a Go-installed binary, as a container image, and through editor and CI integrations. Its official documentation lists use by projects including TiDB, Grafana, etcd, Cadence, and Milvus.

使われ方

Developers lint Go packages directly, select a TOML file with -config, suppress findings with source directives, and choose human-readable or machine-oriented formatters including JSON, Checkstyle, and SARIF. Without -config, revive checks $HOME/revive.toml and otherwise uses built-in defaults.

パッケージ好きにとっての重要性

revive occupies the package-manager niche left by golint while offering a larger configurable rule set, multiple output formats, directives, and extension points suitable for modern CI pipelines.

タイムライン

  • Initial project era: Introduced as a configurable, extensible replacement for golint.
  • Adoption era: Integrated into editors, CI systems, golangci-lint, containers, and major package managers.

Related projects

  • golint is revive's direct historical predecessor and compatibility target. revive can also be used through golangci-lint and alongside Go's built-in vet tooling.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/revive.toml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
revivecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-09-19
マネージャ版1.16.0
マネージャ更新日2026-09-12
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/mgechev/revive

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:revive
バージョン1.16.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/revive
ホームページhttps://revive.run
リポジトリhttps://github.com/mgechev/revive
上流ドキュメントhttps://revive.run
ライセンスMIT
ソースアーカイブhttps://github.com/mgechev/revive.git
最終更新2026-09-12T10:34:02Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namerevive
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

revive

nix profile install nixpkgs#revive
  • normalized package name match
  • 一致条件: Revive
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/re/revive/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

revive 1.15.0-1

faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint

https://revive.run

sudo pacman -S revive
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Revive
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: revive from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

revive

sudo port install revive
  • normalized package name match
  • 一致条件: Revive
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/revive/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation