🚨(gitlint) Allow uppercase in commit messages

Many developers use uppercase as the first letter
in their commit messages, it creates an error.
We will allow uppercase in commit messages to
lower frustration when committing.
This commit is contained in:
Anthony LC
2025-03-18 09:24:31 +01:00
committed by Anthony LC
parent bcdaedba9b
commit aff330eb5b
3 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ and this project adheres to
- 🧑‍💻(frontend) change literal section open source #702
- ♻️(frontend) replace cors proxy for export #695
- 🚨(gitlint) Allow uppercase in commit messages #756
## Fixed