Sources provide reusable Plugin definitions packaged as a Git repository.Documentation Index
Fetch the complete documentation index at: https://docs.qlty.sh/llms.txt
Use this file to discover all available pages before exploring further.
Adding Sources
Sources are added to theqlty.toml configuration file in your repository using the following syntax:
qlty.toml
default source that comes bundled with the cli or an external repository with either a tag or a branch. If you target a tag, Qlty will fetch and checkout that tag when it first runs, and will never try to update it. If you target a branch, Qlty will check for updates to the named branch each time it runs.
qlty.toml
Default Source
Qlty maintains a default source with linters, formatters, and security scanners which is automaticaly added toqlty.toml when initializing a new project:
qlty.toml