Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.trunk.io/llms.txt

Use this file to discover all available pages before exploring further.

Available as a CLI tool and VSCode extension, Code Quality is a separate from the Trunk Platform for CI Stability, which includes Merge Queue and Flaky Tests. Code Quality runs entirely locally and does not require access to the Trunk web app or platform services.
Trunk Code Quality is a metalinter that lets you lint every language and every file in your project with a single tool using 100+ supported idiomatic code-checking tools, such as ESLint, Prettier, Ruff, and more for every language and project. Trunk Code Quality is trusted by popular open-source projects like ESLint to improve their developer experience. Learn more about how ESLint leverages Code Quality in their repos.

What is Code Quality?

Why Metalinters?

A tour of Code Quality, what it does, its key features, and its components.

How does it work?

How Code Quality works under the hood to level up your linting experience.

Why Code Quality?

What makes Trunk Code Quality different from other metalinters.

Supported Linters

Browse the 100+ supported static analysis tools to lint, format, and secure your projects.

How do I get started?

Trunk CLI

IDE Integration