File tree
201 files changed
+2153
-2059
lines changed- @alias
- commitlint
- commitlint-config-angular
- commitlint-config-lerna-scopes
- commitlint-config-nx-scopes
- commitlint-config-patternplate
- @commitlint
- cli
- fixtures
- src
- config-angular
- config-angular-type-enum
- config-conventional
- config-lerna-scopes
- config-nx-scopes
- config-patternplate
- config-pnpm-scopes
- config-rush-scopes
- config-validator
- src
- core
- src
- cz-commitlint
- src
- services
- store
- utils
- ensure
- src
- execute-rule
- src
- format
- src
- is-ignored
- src
- lint
- src
- load
- fixtures
- src
- utils
- message
- src
- parse
- src
- prompt
- src
- inquirer
- library
- prompt-cli
- read
- fixtures
- src
- resolve-extends
- fixtures
- src
- rules
- src
- to-lines
- src
- top-level
- travis-cli
- src
- types
- src
- @packages
- test
- src
- test-environment
- src
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
201 files changed
+2153
-2059
lines changedDiff for: .eslintrc.js renamed to .eslintrc.cjs
File renamed without changes.
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Diff for: @alias/commitlint/cli.js
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + |
Diff for: @alias/commitlint/cli.test.js
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 |
| |
2 | 6 |
| |
3 | 7 |
| |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 |
| |
5 | 13 |
| |
6 | 14 |
| |
|
Diff for: @alias/commitlint/package.json
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Diff for: @commitlint/cli/cli.js
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + |
Diff for: @commitlint/cli/fixtures/package.json
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
File renamed without changes.
Diff for: @commitlint/cli/package.json
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 |
| - | |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
42 |
| - | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
56 |
| - | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
Diff for: @commitlint/cli/src/cli.test.ts
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 |
| |
2 | 6 |
| |
3 | 7 |
| |
4 | 8 |
| |
5 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
6 | 13 |
| |
7 | 14 |
| |
8 | 15 |
| |
|
Diff for: @commitlint/cli/src/cli.ts
+38-26
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
9 | 4 |
| |
10 | 5 |
| |
11 |
| - | |
12 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
13 | 11 |
| |
14 | 12 |
| |
15 |
| - | |
16 | 13 |
| |
17 | 14 |
| |
18 |
| - | |
19 | 15 |
| |
20 | 16 |
| |
21 |
| - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 |
| |
23 |
| - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
24 | 39 |
| |
25 | 40 |
| |
26 | 41 |
| |
27 |
| - | |
| 42 | + | |
28 | 43 |
| |
29 | 44 |
| |
30 | 45 |
| |
| |||
206 | 221 |
| |
207 | 222 |
| |
208 | 223 |
| |
209 |
| - | |
| 224 | + | |
210 | 225 |
| |
211 | 226 |
| |
212 | 227 |
| |
| |||
216 | 231 |
| |
217 | 232 |
| |
218 | 233 |
| |
219 |
| - | |
| 234 | + | |
220 | 235 |
| |
221 | 236 |
| |
222 | 237 |
| |
| |||
234 | 249 |
| |
235 | 250 |
| |
236 | 251 |
| |
237 |
| - | |
| 252 | + | |
238 | 253 |
| |
239 | 254 |
| |
240 | 255 |
| |
| |||
422 | 437 |
| |
423 | 438 |
| |
424 | 439 |
| |
425 |
| - | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
426 | 444 |
| |
427 | 445 |
| |
428 | 446 |
| |
429 | 447 |
| |
430 | 448 |
| |
431 | 449 |
| |
432 | 450 |
| |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
| 451 | + | |
440 | 452 |
| |
441 | 453 |
| |
442 | 454 |
| |
|
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 |
| |
17 |
| - | |
18 |
| - | |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Diff for: @commitlint/config-angular/index.js
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
|
Diff for: @commitlint/config-angular/package.json
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
+15-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 |
| |
2 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 |
| |
4 | 17 |
| |
5 |
| - | |
| 18 | + | |
6 | 19 |
| |
7 | 20 |
| |
8 | 21 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
+10-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
5 | 4 |
| |
6 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 |
| |
8 | 13 |
| |
9 | 14 |
| |
| |||
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
65 |
| - | |
66 | 70 |
| |
67 | 71 |
|
+8-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 |
| |
3 |
| - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 |
| |
5 | 10 |
| |
6 | 11 |
| |
| |||
78 | 83 |
| |
79 | 84 |
| |
80 | 85 |
| |
81 |
| - | |
| 86 | + | |
82 | 87 |
| |
83 | 88 |
| |
84 | 89 |
| |
|
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
| |||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
48 |
| - | |
| 49 | + | |
| 50 | + | |
49 | 51 |
| |
50 | 52 |
| |
51 | 53 |
|
Diff for: @commitlint/config-nx-scopes/index.js
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments