Skip to main content

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.

qlty plugins enable [OPTIONS] [PLUGINS]...
Enable plugins for the current project The command edits the current project’s qlty.toml file to enable plugins.

Arguments

Plugins to enable specified as name=version

Examples

Enable the latest version of shellcheck
qlty plugins enable shellcheck
Enable shellcheck version 1.2.3
qlty plugins enable shellcheck=1.2.3
Enable rubocop and eslint
qlty plugins enable rubocop eslint

See Also