macOS
brew install yamllintlocal Homebrew formula metadata
sudo port install yamllintMacPorts ports tree · devel/yamllint/Portfile · ソース: api.github.com
brew / 順位 801
yamllint のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install yamllintlocal Homebrew formula metadata
sudo port install yamllintMacPorts ports tree · devel/yamllint/Portfile · ソース: api.github.com
sudo apk add yamllintAlpine Linux edge package indexes · yamllint · ソース: dl-cdn.alpinelinux.org
sudo apt install yamllintDebian stable package indexes · yamllint · ソース: deb.debian.org
sudo dnf install yamllintFedora Rawhide package metadata · yamllint · ソース: dl.fedoraproject.org
nix profile install nixpkgs#yamllintnixpkgs package indexes · yamllint · ソース: raw.githubusercontent.com
sudo pacman -S yamllintArch Linux sync databases · yamllint · ソース: geo.mirror.pkgbuild.com
概要
Linter for YAML files
履歴
yamllint is a Python linter for YAML files. It checks syntax validity, duplicate keys, and style problems such as line length, trailing spaces, indentation, comments, and document markers.
The GitHub repository was created on 2016-01-11. From the beginning of its public documentation, yamllint occupied the linter niche rather than the formatter niche: it reports problems and lets users tune rules rather than rewriting files wholesale.
The official docs organize the project around a rule system. Each rule is independent and can be enabled, disabled, or configured, with bundled `default` and `relaxed` configurations and custom configuration through files, inline `-d` values, or comments that disable checks in selected places.
yamllint became the default YAML linting package across many Unix-like environments. The official quickstart documents installation on Fedora/CentOS, Debian/Ubuntu, macOS through Homebrew, FreeBSD, OpenBSD, Alpine Linux, pip, and source builds.
Its adoption tracks YAML becoming infrastructure glue: CI definitions, Ansible playbooks, Kubernetes manifests, packaging metadata, and documentation configs all benefit from a linter that catches both invalid YAML and review-noise style drift.
Common usage is `yamllint file.yml other-file.yaml`, `yamllint .` for a directory, or `echo ... | yamllint -` for stdin. Output formats include standard terminal output and parsable output for editor integrations.
Configuration is normally kept in `.yamllint`, `.yamllint.yaml`, or `.yamllint.yml` in a project tree, a file referenced by `YAMLLINT_CONFIG_FILE`, or XDG config paths. Configurations can extend the default ruleset and adjust rule severity to warnings or errors.
yamllint is one of the canonical examples of a small language-specific linter becoming packaging infrastructure. It is not tied to one YAML-using ecosystem, so it appears wherever maintainers need reproducible checks for human-edited YAML.
It also matters because YAML has edge cases that parsers may accept but humans do not want in shared repos, such as duplicate keys, truthy values, bad indentation, and noisy whitespace. yamllint gives package maintainers a standard policy layer for those files.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
.yamllint.yamllint.yaml.yamllint.yml$YAMLLINT_CONFIG_FILE$XDG_CONFIG_HOME/yamllint/config~/.config/yamllint/config実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
yamllint | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:yamllint |
|---|---|
| バージョン | 1.38.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/adrienverge/yamllint |
| リポジトリ | https://github.com/adrienverge/yamllint |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
yamllint 1.37.1-1
Linter for YAML files
https://github.com/adrienverge/yamllint
sudo apt install yamllintyamllint
nix profile install nixpkgs#yamllintyamllint 1.33.0-1
Linter for YAML files
https://github.com/adrienverge/yamllint
sudo apt install yamllintyamllint 1.38.0-r0
A linter for YAML files
https://github.com/adrienverge/yamllint
sudo apk add yamllintyamllint-pyc 1.38.0-r0
Precompiled Python bytecode for yamllint
https://github.com/adrienverge/yamllint
sudo apk add yamllint-pycyamllint 1.38.0-3.fc45
A linter for YAML files
https://github.com/adrienverge/yamllint
sudo dnf install yamllintyamllint 1.38.0-1
Linter for YAML files
https://github.com/adrienverge/yamllint
sudo pacman -S yamllintyamllint
sudo port install yamllintソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.