macOS
brew install yamllintlocal Homebrew formula metadata
sudo port install yamllintMacPorts ports tree · devel/yamllint/Portfile · Source: api.github.com
brew / rang 801
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de yamllint pour les workflows d'agents IA.
installation
brew install yamllintlocal Homebrew formula metadata
sudo port install yamllintMacPorts ports tree · devel/yamllint/Portfile · Source: api.github.com
sudo apk add yamllintAlpine Linux edge package indexes · yamllint · Source: dl-cdn.alpinelinux.org
sudo apt install yamllintDebian stable package indexes · yamllint · Source: deb.debian.org
sudo dnf install yamllintFedora Rawhide package metadata · yamllint · Source: dl.fedoraproject.org
nix profile install nixpkgs#yamllintnixpkgs package indexes · yamllint · Source: raw.githubusercontent.com
sudo pacman -S yamllintArch Linux sync databases · yamllint · Source: geo.mirror.pkgbuild.com
aperçu
Linter for YAML files
historique
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.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
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/configexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
yamllint | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:yamllint |
|---|---|
| Version | 1.38.0 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/adrienverge/yamllint |
| Dépôt | https://github.com/adrienverge/yamllint |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 yamllintpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.