Skip to content

Commit 543d383

Browse files
feat(cloudauth) SSPROD-38727: updating cloudauth pb.go file to proxy … (#548)
* feat(cloudauth) SSPROD-38727: updating cloudauth pb.go file to proxy regions in EB * skip gofmt for pb.go files
1 parent 1baf8ce commit 543d383

File tree

2 files changed

+569
-446
lines changed

2 files changed

+569
-446
lines changed

scripts/gofmtcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check gofmt
44
echo "==> Checking that code complies with gofmt requirements..."
5-
gofmt_files=$(find . -name '*.go' | grep -v vendor | xargs gofmt -l)
5+
gofmt_files=$(find . -name '*.go' ! -name '*pb.go' | grep -v vendor | xargs gofmt -l)
66
if [[ -n ${gofmt_files} ]]; then
77
echo 'gofmt needs running on the following files:'
88
echo "${gofmt_files}"

0 commit comments

Comments
 (0)