Automic VaultAutomic Vault

brew

golangci-lint-langserver を Homebrew, Nix でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install golangci-lint-langserver

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#golangci-lint-langserver

nixpkgs package indexes · pkgs/by-name/go/golangci-lint-langserver/package.nix · ソース: api.github.com

概要

パッケージ概要

Language server for golangci-lint

コマンドとエイリアス

  • golangci-lint-langserver

履歴

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

golangci-lint-langserver is a small language server that adapts golangci-lint diagnostics to editor LSP clients. Its README defines it directly as a golangci-lint language server and documents editor configuration rather than a large standalone product surface.

プロジェクトの歴史

The project was demonstrable by an asciinema recording around 2020 and had early 0.0.x releases in that period. Its README centers on launching `golangci-lint-langserver` and passing a `golangci-lint run` command that emits JSON diagnostics.

As golangci-lint evolved from v1 to v2 output flags, the README added version-compatibility guidance: v2 uses `--output.json.path stdout --show-stats=false`, while v1 used `--out-format json`.

採用の歴史

Adoption is mostly editor-driven. The README documents coc.nvim, vim-lsp, nvim-lspconfig, Emacs lsp-mode, and Helix configuration, and notes that Emacs lsp-mode has built-in support when the executable is present.

The batch input records Homebrew and Nix packaging, which matches its role as an auxiliary executable installed beside `golangci-lint` rather than as a primary Go toolchain command.

使われ方

Users install `golangci-lint` separately, install the language server with Go's install command or a package manager, and configure the editor's LSP client to run it for Go files.

The language server shells out to `golangci-lint run` and reads JSON output, so its practical behavior is tightly coupled to the installed golangci-lint version and the project's `.golangci` configuration.

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

For package nerds, golangci-lint-langserver is the glue package: it turns a CI-oriented linter runner into editor feedback without reimplementing the linters. That is useful in Homebrew and Nix because users can compose it with pinned versions of `golangci-lint`, Neovim, Emacs, or Helix.

Its narrow scope is also the point. The package exists to bridge command-line lint output into LSP diagnostics, so a small, dependency-light binary is more valuable than a broad feature set.

タイムライン

  • 2020: Public demo and early 0.0.x release line for the language server.
  • 2021: Users were configuring v0.0.6 with Neovim and golangci-lint JSON output.
  • 2023: README notes built-in Emacs lsp-mode support since late 2023.
  • 2025: README documents golangci-lint v2 output flag compatibility.

Related projects

  • golangci-lint is the required analyzer backend.
  • gopls is commonly run beside it as the main Go language server.
  • coc.nvim, vim-lsp, nvim-lspconfig, Emacs lsp-mode, and Helix are documented editor clients.

セキュリティ状態

リスクレベル: blue

broad file, network, media, or database tool signal.

リスク分類器

リスク blue · 信頼度 中 · tool

理由

  • broad file, network, media, or database tool signal

信号

  • text:server

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版0.0.12
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v0.0.12

https://github.com/nametake/golangci-lint-langserver

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:golangci-lint-langserver
バージョン0.0.12
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/golangci-lint-langserver
ホームページhttps://github.com/nametake/golangci-lint-langserver
リポジトリhttps://github.com/nametake/golangci-lint-langserver
上流ドキュメントhttps://github.com/nametake/golangci-lint-langserver#readme
ライセンスMIT
ソースアーカイブhttps://github.com/nametake/golangci-lint-langserver/archive/refs/tags/v0.0.12.tar.gz
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegolangci-lint-langserver
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%

golangci-lint-langserver

nix profile install nixpkgs#golangci-lint-langserver
  • normalized package name match
  • 一致条件: Golangci Lint Langserver
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/golangci-lint-langserver/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

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