plugins disable

$qlty plugins disable [plugins]...

Disable one or more plugin in the current project

The command edits the current project’s qlty.toml file to disable plugins.

Examples

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

See Also