$qlty check [OPTIONS] [PATHS]

Check for static analysis issues

By default, only changed files are analyzed. Use --all or specify paths to override this behavior.

Installs plugins and their required runtimes as needed before analyzing.

By default, issues are cached locally to speed up subsequent runs.

Must be run within a Git repository with Qlty initializd.

Arguments

Examples

Run linters on changed files on your current branch
$qlty check
Run linters on all files
$qlty check --all
Run only ESLint on all files
$qlty check --all --filter=eslint
Run linters on the web/ folder
$qlty check web/

See Also