validate_commit_message
Check commit message compliance with plugin rules to ensure consistency and alignment with project standards. Provides validation results and details for review.
Instructions
Validate an existing commit message against the current plugin's rules.
Args: message: The commit message to validate
Returns: Dict containing validation result and details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
message | Yes |