oh-my-posh/.commitlintrc.yml
Artin 227c68d316
Some checks failed
Code QL / code-ql (push) Has been cancelled
Azure Static Web Apps CI/CD / Build and Deploy (push) Has been cancelled
refactor(lint): remove help section from commitlint config
2024-09-22 11:04:11 +02:00

23 lines
296 B
YAML

---
extends:
- '@commitlint/config-conventional'
rules:
body-max-line-length:
- 2
- always
- 200
type-enum:
- 2
- always
- - chore
- ci
- docs
- feat
- fix
- perf
- refactor
- revert
- style
- test
- theme