Skip to content

Commit

Permalink
Review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruteri committed Sep 18, 2024
1 parent f99c284 commit b1319c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ test-race:
.PHONY: lint
lint:
gofmt -d -s .
gofumpt -d -extra .
gofumpt -d -extra cmd common proxy tdx
go vet ./...
staticcheck ./...
golangci-lint run
nilaway ./...

.PHONY: fmt
fmt:
gofmt -s -w .
gci write .
gofumpt -w -extra .
gofmt -s -w cmd common proxy tdx
gci write cmd common proxy tdx
gofumpt -w -extra cmd common proxy tdx
go mod tidy

.PHONY: gofumpt
Expand Down
2 changes: 1 addition & 1 deletion cmd/proxy-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var flags []cli.Flag = []cli.Flag{
},
&cli.StringFlag{
Name: "attestation-type",
Value: "azure",
Value: "azure-tdx",
Usage: "type of attestation to present (azure-tdx, dcap-tdx) [azure-tdx]",
},
&cli.BoolFlag{
Expand Down

0 comments on commit b1319c5

Please sign in to comment.