Ross ROSS = Recommend OSS · open-source software intelligence for agents

adrienverge/yamllint

A linter for YAML files. observed · 2026-08-28

github.com/adrienverge/yamllint · Python · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 98
  • Release rhythm 65
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 23.5
  • age_days: 3887
  • days_rel: 232
  • days_push: 14
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

3450 stars · 324 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

yamllint is a Python-based linter for YAML files that checks syntax validity plus style issues like key duplication, line length, trailing spaces, and indentation. It runs as a CLI, supports custom rule configurations, inline disables, and parsable output for editor integration.

Use cases

  • lint yaml files for syntax errors
  • check yaml indentation and formatting
  • enforce yaml style rules in ci
  • detect duplicate keys in yaml
  • validate yaml config files before deployment
  • integrate yaml linting into vim or emacs

When to choose

  • you need configurable yaml style and syntax checking
  • you want a lightweight CLI linter with parsable output for editors and CI
  • you need per-line or per-file rule disables and ignore patterns

When to avoid

  • you need linting for formats other than YAML
  • you want a full YAML parser or data transformation library rather than a linter

Facets

cli-tool · maturity stable

linter parser cli developer-tools developer-tools files python cli windows cross-platform yaml static-analysis code-quality ci command-line devops linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
adrienverge/yamllintmain87

For agents

markdown · JSON · MCP: product_card(name="adrienverge/yamllint")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem