commit_setup_conventional
Configure commitlint to enforce conventional commits: select a preset, define allowed scopes, and set max length.
Instructions
Set up conventional commit linting with commitlint configuration and rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| preset | Yes | Commit convention preset | |
| scopes | No | Allowed commit scopes | |
| api_key | No | API key for authentication | |
| max_length | No | Maximum subject line length |