Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
refs/heads/upstream/main
/
.
/
commitlint.config.js
blob: 35d730f793da16ffd7281c3a8d9e8760bf7ce56f [
file
] [
log
] [
blame
] [
edit
]
module
.
exports
=
{
extends
:
[
'@commitlint/config-conventional'
],
rules
:
{
'header-max-length'
:
[
2
,
'always'
,
120
],
'scope-enum'
:
[
2
,
'always'
,
[
'builtin'
,
'runfiles'
,
'worker'
,
'docs'
,
],
],
},
};