# 使用 Homebrew 安装 solhint

查看 solhint 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:solhint
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install solhint
```

  证据: local Homebrew formula metadata

## 软件包事实

- **软件包键:** brew:solhint
- **软件包管理器:** Homebrew
- **版本:** 6.2.3
- **来源摘要:** Linter for Solidity code
- **主页:** <https://protofire.github.io/solhint/>
- **最后更新:** 2026-06-20T18:31:21Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- solhint (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 6.2.3
## 项目历史与用法

Solhint is Protofire's open-source command-line linter for Solidity code, combining style-guide checks with security-oriented validations.

### 项目历史

The official README describes Solhint as an open-source project for linting Solidity code and providing both security and style-guide validations. Its package metadata publishes the `solhint` binary and points to the Protofire GitHub repository and documentation site.

The changelog shows active maintenance through the 5.x and 6.x lines, including cache support, hierarchical configuration, Node.js support updates, and new Solidity-specific rules.

### 采用历史

Solhint fits the npm-first JavaScript tooling culture around Ethereum projects but is also packaged by Homebrew in the supplied facts. That gives smart-contract developers both a global npm install path and an OS package-manager path for the same CLI.

### 使用方式

The official README documents `npm install -g solhint`, `solhint --init` to create `.solhint.json`, and glob-based linting such as `solhint 'contracts/**/*.sol'`. It also supports comments, ignore files, cache mode, plugins, and configurable rule sets.

### 为什么软件包爱好者会关心

Solhint matters because Solidity projects are unusually sensitive to compiler versions, style conventions, and auditability. A packaged linter gives CI systems, editors, and local shells a common executable for catching Solidity-specific mistakes before deployment.

### 时间线

- 2019: The official changelog records Solhint 2.0 alpha work.
- 2025: Solhint 5.2.0 adds cache support and multi-directory config support.
- 2025: Solhint 6.0.0 revises recommended rules and adds NatSpec enforcement.
- 2026: Solhint 6.2.3 is recorded in the official changelog and package metadata.

### Related projects

- Solhint is built for Solidity projects and references the Solidity style guide and smart-contract security validation practices. It complements compilers, formatters, and audit-oriented Ethereum developer tools.

### 来源

- Input package-manager facts: source_facts.package-manager
- Official README: https://github.com/protofire/solhint#readme
- Official changelog: https://github.com/protofire/solhint/blob/master/CHANGELOG.md
- Official documentation site: https://protofire.github.io/solhint
- Official package metadata: https://github.com/protofire/solhint/blob/master/package.json


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


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

- Unix: .solhint.json

## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
