Commit 043a42c
committed
fix: dont hardcode "main" in gitlint test
Hardcoding main means the test looks at the wrong range of commits for
feature branches, which can result in problem if feature branches are
long-lived.
Signed-off-by: Patrick Roy <[email protected]>1 parent b218d2d commit 043a42c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
0 commit comments