Linting the entire commit body can cause ci to fail, we only care about the commit's subject, because that's what is used for merge commit messages. This change only lints the commit subject, ignoring the rest of the commit content.
Review Checklist
PR titles must follow the type: description format. See Conventional Commits for a summary and examples.
Please complete these steps before requesting code review:
[ ] This PR provides a description, testing steps, and adequate context for reviewers
[ ] Unit tests added/updated to provide coverage for functional code changes in this PR
Linting the entire commit body can cause ci to fail, we only care about the commit's subject, because that's what is used for merge commit messages. This change only lints the commit subject, ignoring the rest of the commit content.
Review Checklist
PR titles must follow the
type: description
format. See Conventional Commits for a summary and examples.Please complete these steps before requesting code review: