This is the official repository containing Qlty's integrations with linters, formatters, and other static analysis tools. By default, Qlty users import this repository as a source via the following snippet in .qlty/qlty.toml:
[sources.default]
repository = "https://github.com/qltysh/qlty"
tag = "v0.13.0"Plugins marked as recommended = true will be automatically enabled when setting up Qlty using the init command:
qlty initAdditional plugins can be enabled by editing .qlty/qlty.toml or by using the CLI:
qlty plugins enable shellcheck@0.9.0- Node.js v21+
- Qlty CLI available as
qltyin$PATH
npm install
npm run testexport TAG_NAME="v0.1.0"
git tag $TAG_NAME
git push --tagsThank you to trunk-io/plugins for inspiration.