Skip to content

Commit 2020063

Browse files
committed
exclude aws-sdk-go from gofmt
Signed-off-by: Omer Aplatony <[email protected]>
1 parent 9c42198 commit 2020063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/update-gofmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
find . -name "*.go" | grep -v "\/vendor\/" | xargs gofmt -s -w
21+
find . -name "*.go" | grep -v "\/vendor\/" | grep -v "\/aws-sdk-go\/" | xargs gofmt -s -w

0 commit comments

Comments
 (0)