oh-my-posh/.commitlintrc.yml
Jan De Dobbeleer 52dae0bf2c chore: allow commit body lines of 200 characters
dependabot is limited in its capabilities
2022-09-19 09:16:57 +02:00

34 lines
755 B
YAML

---
extends:
- '@commitlint/config-conventional'
rules:
type-enum:
- 2
- always
- - chore
- ci
- feat
- fix
- docs
- theme
- refactor
- perf
- test
- revert
body-max-line-length:
- 2
- always
- 200
help: |
**Possible types**:
`chore`: Change build process, tooling or dependencies.
`ci`: Changes to our CI configuration files and scripts
`feat`: Adds a new feature.
`fix`: Solves a bug.
`docs`: Adds or alters documentation.
`theme`: Work on or add a theme.
`refactor`: Rewrites code without feature, performance or bug changes.
`perf`: Improves performance.
`test`: Adds or modifies tests.
`revert`: Changes that reverting other changes