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 disable [OPTIONS] [PLUGINS]...
Disable plugins for the current project The command edits the current project’s qlty.toml file to disable plugins.

Arguments

Plugins to disable by name

Examples

Disable the latest version of shellcheck
qlty plugins disable shellcheck
Disable rubocop and eslint
qlty plugins disable rubocop eslint

See Also