Skip to main content

Code Quality Commands

Commands for formatting code and managing code quality tools.

note

All code quality commands require an open pull request. 🔒


cargo clippy​

Formats Rust code using Cargo Clippy. Only applicable to Rust projects.

Usage:

@gstraccini cargo clippy

codacy bypass​

Bypasses the Codacy analysis for the target commit and/or pull request.

Usage:

@gstraccini codacy bypass

codacy reanalyze commit​

Reanalyzes the Codacy last commit in a pull request.

Usage:

@gstraccini codacy reanalyze commit

codeclimate bypass​

Bypasses the CodeClimate analysis for the target commit and/or pull request.

Usage:

@gstraccini codeclimate bypass

prettier​

Formats code using Prettier. Works across all supported file types in the repository.

Usage:

@gstraccini prettier