Commit 4542339
authored
fix: add parsing of sidekick.toml package ignore field to migrate-sidekick (#3171)
Including ignore field in parsing of sidekick.toml package field, and
store in librarian.yaml file. This will be set as part of the
migrate-sidekick command.
Fixes: #3129
Output:
```
- name: google-cloud-location
channels:
- path: google/cloud/location
service_config: google/cloud/location/cloud.yaml
version: 1.1.0
copyright_year: "2024"
rust:
package_dependencies:
- name: location
ignore: true
package: ""
```1 parent ce2b90c commit 4542339
File tree
3 files changed
+4
-1
lines changed- devtools/cmd/migrate-sidekick
- testdata/read-sidekick-files/success-read
3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments