Commit 3bc2f50
feat(cli-helper): Add support for authors in package-list.yml
Currently, the `package-list.yml` format does not support specifying
authors for dependencies. This limits the completeness of the analyzer
result generated from such lists.
Add an `authors` field to the `Dependency` data class and map it to the
`Package` object in `CreateAnalyzerResultFromPackageListCommand`. This
allows users to define authors in their package lists, which are then
included in the generated analyzer result.
Signed-off-by: Fabian Noll <Fabian.Noll@googlemail.com>1 parent 58443a3 commit 3bc2f50
File tree
3 files changed
+8
-0
lines changed- cli-helper/src
- funTest/resources
- main/kotlin/commands
3 files changed
+8
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| |||
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
0 commit comments