Skip to content

Commit 65a211f

Browse files
committed
Exclude VPA from deprecated golint since it uses golangci-lint
VPA component has migrated to golangci-lint with its own .golangci.yaml config and dedicated GitHub Actions workflow (vpa-golangci-lint.yaml). This change excludes VPA packages from the deprecated golint script to avoid redundant linting with the deprecated tool. Signed-off-by: majiayu000 <[email protected]>
1 parent 934a600 commit 65a211f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/verify-golint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ excluded_packages=(
3737
'cluster-autoscaler/cloudprovider/tencentcloud/tencentcloud-sdk-go'
3838
'cluster-autoscaler/cloudprovider/volcengine/volc-sdk-golang'
3939
'cluster-autoscaler/cloudprovider/volcengine/volcengine-go-sdk'
40+
'vertical-pod-autoscaler'
4041
)
4142

4243
FIND_PACKAGES='go list ./... 2> /dev/null'

0 commit comments

Comments
 (0)