FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/.ng-dev/commit-message.mjs at main · angular/angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angular
/
angular
Public
Notifications
You must be signed in to change notification settings
Fork
27.4k
Star
101k
Code
Issues
989
Pull requests
163
Discussions
Actions
Projects
Security and quality
32
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
.ng-dev
/
commit-message.mjs
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 857 Bytes
Breadcrumbs
angular
/
.ng-dev
/
commit-message.mjs
Copy path
File metadata and controls
38 lines (38 loc) · 857 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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
* The configuration for `ng-dev commit-message` commands.
*
*
@type
{
import("@angular/ng-dev").CommitMessageConfig
}
*/
export
const
commitMessage
=
{
maxLineLength
:
Infinity
,
minBodyLength
:
20
,
minBodyLengthTypeExcludes
:
[
'docs'
]
,
// If you update this, also update the docs.
// https://github.com/angular/angular/blob/main/contributing-docs/commit-message-guidelines.md#scope
scopes
:
[
'animations'
,
'benchpress'
,
'common'
,
'compiler'
,
'compiler-cli'
,
'core'
,
'dev-infra'
,
'devtools'
,
'docs-infra'
,
'elements'
,
'forms'
,
'http'
,
'language-service'
,
'language-server'
,
'localize'
,
'migrations'
,
'platform-browser'
,
'platform-browser-dynamic'
,
'platform-server'
,
'router'
,
'service-worker'
,
'upgrade'
,
'vscode-extension'
,
'zone.js'
,
]
,
}
;
Back
|
FazBrowse Home
|
New Git URL