make_lint
Check code style and quality by running make lint. Configure directory, targets, and arguments to enforce coding standards.
Instructions
Run make lint command to check code style and quality
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments to pass to make | |
| target | No | Specific make target to run (defaults to "lint") | |
| parallel | No | Number of parallel jobs (-j flag) | |
| directory | No | Working directory for the make command |