Commit 44ba361
committed
ci: disable new arrayofstruct linter for KAL
The `arrayofstruct` linter flags the struct we're using for the
Statuses, were we report _exactly_ what OpenStack returns and don't do
validation on purpose.
From the things this new linter warns about, there's only one struct
that is not a struct used in Status, however this struct has validation
to ensure it has at least one element.
More context on the new check at
https://github.com/kubernetes-sigs/kube-api-linter/blob/main/docs/linters.md#arrayofstruct1 parent 490982f commit 44ba361
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments