We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 146f88a + fc022ad commit 5aed73cCopy full SHA for 5aed73c
hack/update-gofmt.sh
@@ -18,4 +18,4 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
21
-find . -name "*.go" | grep -v "\/vendor\/" | xargs gofmt -s -w
+find . -not -path "*/vendor/*" -not -path "./test/k8s-integration/src/*" -name "*.go" | xargs gofmt -s -w -l
0 commit comments