macOS
brew install yamllintlocal Homebrew formula metadata
sudo port install yamllintMacPorts ports tree · devel/yamllint/Portfile · Quelle: api.github.com
brew / Rang 801
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für yamllint in AI-Agent-Workflows.
Installation
brew install yamllintlocal Homebrew formula metadata
sudo port install yamllintMacPorts ports tree · devel/yamllint/Portfile · Quelle: api.github.com
sudo apk add yamllintAlpine Linux edge package indexes · yamllint · Quelle: dl-cdn.alpinelinux.org
sudo apt install yamllintDebian stable package indexes · yamllint · Quelle: deb.debian.org
sudo dnf install yamllintFedora Rawhide package metadata · yamllint · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#yamllintnixpkgs package indexes · yamllint · Quelle: raw.githubusercontent.com
sudo pacman -S yamllintArch Linux sync databases · yamllint · Quelle: geo.mirror.pkgbuild.com
Überblick
Linter for YAML files
Verlauf
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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/configExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
yamllint | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:yamllint |
|---|---|
| Version | 1.38.0 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/adrienverge/yamllint |
| Repository | https://github.com/adrienverge/yamllint |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 yamllintQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.