agritheory / test_utils

Common Test Utilities and Fixtures for AgriTheory Projects
2 stars 3 forks source link

fix: ignore spelling issues in commit messages #47

Closed Alchez closed 4 weeks ago

Alchez commented 4 weeks ago

This ignores any spelling mistakes in commit messages. Ideally, such checks should happen before the changelog is even generated. What do you think, @agritheory?

Alternative: We fix up the commit message in the failing commit ID, but that would mean rebasing and changing project histories everytime the wrong spelling makes it through to the git history.