macOS
brew install errchecklocal Homebrew formula metadata
安装
brew install errchecklocal Homebrew formula metadata
nix profile install nixpkgs#errchecknixpkgs package indexes · pkgs/by-name/er/errcheck/package.nix · 来源: api.github.com
概览
Finds silently ignored errors in Go code
历史
errcheck is a Go static-analysis command that reports error-valued results which are neither assigned nor explicitly discarded.
errcheck is maintained in the kisielk/errcheck repository as a focused static-analysis command for detecting unchecked Go error returns. Upstream also exposes an experimental Analyzer for integration with the go/analysis API.
errcheck became a familiar component of Go static-analysis workflows and is distributed through Go installation tooling as well as system package managers such as Homebrew and Nix, as recorded in source_facts.package-manager.
Users run `errcheck` against one or more Go package patterns, commonly `./...`. Optional checks cover blank-identifier assignments and type assertions, while `-exclude` accepts an explicitly selected exclusions file. Because upstream documents no fixed default configuration path, the config-file-location is null.
The tool captures a characteristic Go concern: returned errors are ordinary values and may be accidentally discarded. Package enthusiasts value errcheck as a focused Unix-style checker and as an early, recognizable member of the broader Go linting ecosystem.
安全态势
没有找到 errcheck 的匹配本地密钥处理 manifest。软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
errcheck | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/kisielk/errcheck
安装元数据
| 软件包键 | brew:errcheck |
|---|---|
| 版本 | 1.20.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/errcheck |
| 主页 | https://github.com/kisielk/errcheck |
| 仓库 | https://github.com/kisielk/errcheck |
| 许可证 | MIT |
| 源码归档 | https://github.com/kisielk/errcheck/archive/refs/tags/v1.20.0.tar.gz |
| 最后更新 | 2026-09-12T10:23:02Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | errcheck |
| Version Scheme | 0 |
| Revision | 1 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
errcheck
nix profile install nixpkgs#errcheck来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.