diff --git a/.conform.yaml b/.conform.yaml index c3dcdb3..fc0e4c1 100644 --- a/.conform.yaml +++ b/.conform.yaml @@ -1,25 +1,28 @@ policies: - - type: commit - spec: - header: - length: 89 - imperative: true - case: lower - invalidLastCharacters: . - body: - required: true - dco: false - gpg: - required: true - spellcheck: - locale: US - maximumOfOneCommit: false - conventional: - types: - - feat - - fix - - chore - - deps - - docs - - ci - descriptionLength: 72 + - type: commit + spec: + header: + length: 89 + imperative: true + case: lower + invalidLastCharacters: . + body: + required: true + dco: false + gpg: + required: true + spellcheck: + locale: US + maximumOfOneCommit: false + conventional: + scopes: + - master + - deps + types: + - feat + - fix + - chore + - deps + - docs + - ci + descriptionLength: 72