registry-operator / adr

Collection of Architectural Decision Records (ADRs)
The Unlicense
0 stars 2 forks source link

chore(commitlint): add config file to commitlint #16

Closed shanduur closed 3 months ago

shanduur commented 3 months ago

What this PR does / why we need it:

commitlint action fails after merging some PRs due to the body length limit. We do not care about that, especially for the PRs created by renovate. Preserving PR details in the commit is more important. Thus adding the config disabling this particular rule.

Which issue(s) this PR resolves:

Resolves issues with merge commits (body line length error).

Special notes for your reviewer:

N/A

Additional documentation e.g., enhancement proposals, usage docs, etc.: