Vale CMS Need more than a rule playground? Explore

Asset Explorer

Views, filters & templates

Single files to copy into your StylesPath. A view names the parts of a file Vale can’t otherwise parse, a filter picks the rules a run applies, and a template shapes what a run prints.

10 assets
  • errors

    filter

    Only error-level rules, for a hook or a CI step that should block on nothing else.

    ci
  • Every rule but the spell checker, for a run over text full of names Vale doesn't know.

  • github

    template

    GitHub Actions annotations, one per alert, so each shows on its line in the pull request.

    cigithub
  • jsonl

    template

    JSON Lines, one object per alert, for a tool or an agent that reads alerts one at a time.

    ciai
  • summary

    template

    A Markdown summary with a table per file and the totals, for a pull request comment or a job summary.

    cigithub
  • Commit

    view

    A commit message as a subject, a body, and trailers, each its own scope.

    textfsmgit Vale ≥ 3.21.0
  • OpenAPI

    view

    The title and every description and summary in an OpenAPI document, read as Markdown.

    daselapi
  • Python

    view

    Comments and docstrings in Python source, read as Markdown.

    tree-sittercode
  • The cue text of a SubRip file, with the indexes and timings left alone.

    textfsmmedia Vale ≥ 3.21.0
  • A chat transcript, exposing only the model's turns so the prompts are never linted.

    textfsmai Vale ≥ 3.21.0