Browse Source

fix(tool): Reduce empty scope to warning

pull/477/head
jld3103 1 year ago
parent
commit
e3e411b4bc
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 2
      commitlint.yaml

2
commitlint.yaml

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

Loading…
Cancel
Save