mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-14 06:54:05 -08:00
23 lines
296 B
YAML
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
|