Commit 6575e4d
fix: Improve Tekton gitlint step to list all failing commits
* Updated the Gitlint invocation method within the Tekton pipeline script.
* Changed the commit linting check to collect all non-compliant commit hashes.
* Modified the step to output a list of every commit that failed the linting
check before exiting.
* Provided clearer feedback to developers by identifying all commits needing
correction.
Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>1 parent 8dbb5f5 commit 6575e4d
1 file changed
+13
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | | - | |
87 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
92 | 101 | | |
93 | 102 | | |
94 | 103 | | |
| |||
0 commit comments