1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

OCPBUGS-56079: apply fixes for yaml-lint errors

Notes: there are other yaml-lint warnings but they've been there for a
long time. This commit only focuses on the errors introduced during 4.19
cycle.
This commit is contained in:
Thuan Vo
2025-05-12 18:44:48 -07:00
parent 92baff05cc
commit 36c65d9e47
2 changed files with 13 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ linters-settings:
gosec:
excludes:
# Potential integer overflow when converting between integer types
- G115
- G115
errcheck:
# Report about not checking of errors in type assertions: `a := b.(MyStruct)`.
# Such cases aren't reported by default.
@@ -157,14 +157,14 @@ issues:
- goconst
path: _test\.go
exclude-dirs:
- ^bin
- ^cluster-api
- ^data/data
- ^docs
- ^hack
- ^images
- ^scripts
- ^terraform
- ^upi
- ^pkg/asset/manifests/azure/stack/v1beta1 # local copy of capi azurestack provider fork api
- ^bin
- ^cluster-api
- ^data/data
- ^docs
- ^hack
- ^images
- ^scripts
- ^terraform
- ^upi
- ^pkg/asset/manifests/azure/stack/v1beta1 # local copy of capi azurestack provider fork api
uniq-by-line: false

View File

@@ -31,7 +31,7 @@ platform:
loadBalancer:
type: UserManaged
apiVIPs:
- 10.0.128.10
- 10.0.128.10
ingressVIPs:
- 10.0.128.20
- 10.0.128.20
pullSecret: ${PULL_SECRET}