Browse Source

Merge pull request #477 from provokateurin/fix/commitlint-empty-scope

fix(tool): Reduce empty scope to warning
pull/481/head
Kate 1 year ago committed by GitHub
parent
commit
6cae0d2357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      commitlint.yaml

2
commitlint.yaml

@ -2,7 +2,7 @@ include: package:commitlint_cli/commitlint.yaml
rules:
scope-empty:
- 2
- 1
- never
scope-enum:
- 2

Loading…
Cancel
Save