FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular-cli/.ng-dev/commit-message.mjs at main · angular/angular-cli · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular-cli
Public
Notifications
You must be signed in to change notification settings
Fork
11.8k
Star
27k
Code
Issues
261
Pull requests
17
Actions
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
angular-cli
/
.ng-dev
/
commit-message.mjs
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (13 loc) · 424 Bytes
Breadcrumbs
angular-cli
/
.ng-dev
/
commit-message.mjs
Copy path
File metadata and controls
14 lines (13 loc) · 424 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
packages
}
from
'../scripts/packages.mts'
;
/**
* The configuration for `ng-dev commit-message` commands.
*
*
@type
{
import("@angular/ng-dev").CommitMessageConfig
}
*/
export
const
commitMessage
=
{
maxLineLength
:
Infinity
,
minBodyLength
:
0
,
minBodyLengthTypeExcludes
:
[
'docs'
]
,
// Note: When changing this logic, also change the `contributing.ejs` file.
scopes
:
packages
.
map
(
(
{
name
}
)
=>
name
)
,
}
;
Back
|
FazBrowse Home
|
New Git URL