plugins disable

$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