Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix verify-gofmt script
Browse files Browse the repository at this point in the history
AustinSiu committed Jul 6, 2022
1 parent eab74d6 commit c6a74ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/verify-gofmt.sh
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ find_files() {
-o -wholename '*/Godeps/*' \
-o -wholename '*/vendor/*' \
-o -wholename '*/zz_generated.deepcopy.go' \
-o -wholename './cluster-autoscaler/cloudprovider/aws/aws-sdk-go/*' \
-o -wholename './cluster-autoscaler/cloudprovider/magnum/gophercloud/*' \
-o -wholename './cluster-autoscaler/cloudprovider/digitalocean/godo/*' \
-o -wholename './cluster-autoscaler/cloudprovider/bizflycloud/gobizfly/*' \

0 comments on commit c6a74ed

Please sign in to comment.