Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1929 from justinsb/separate_ex…
Browse files Browse the repository at this point in the history
…periments

chore: don't apply formatting from root into experiments
  • Loading branch information
google-oss-prow[bot] authored Jun 3, 2024
2 parents 9b5b7b2 + e1202c3 commit 140d7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ manifests: generate
fmt:
mockgcp/dev/fix-gofmt
make -C operator fmt
go run -mod=readonly golang.org/x/tools/cmd/goimports@latest -w pkg cmd scripts tests config/tests experiments
go run -mod=readonly golang.org/x/tools/cmd/goimports@latest -w pkg cmd scripts tests config/tests
# 04bfe4ee9ca5764577b029acc6a1957fd1997153 includes fix to not log "Skipped" for each skipped file
GOFLAGS= go run github.com/google/addlicense@04bfe4ee9ca5764577b029acc6a1957fd1997153 -c "Google LLC" -l apache \
-ignore ".build/**" -ignore "vendor/**" -ignore "third_party/**" \
Expand Down

0 comments on commit 140d7c5

Please sign in to comment.