Skip to content

Commit

Permalink
feat(cloudauth) SSPROD-38727: updating cloudauth pb.go file to proxy … (
Browse files Browse the repository at this point in the history
#548)

* feat(cloudauth) SSPROD-38727: updating cloudauth pb.go file to proxy regions in EB

* skip gofmt for pb.go files
  • Loading branch information
haresh-suresh authored Aug 26, 2024
1 parent 1baf8ce commit 543d383
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 446 deletions.
2 changes: 1 addition & 1 deletion scripts/gofmtcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 543d383

Please sign in to comment.