We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b87bdc commit 93be37cCopy full SHA for 93be37c
‎Makefile‎
@@ -116,7 +116,7 @@ fmt: ## Run go fmt against code.
116
go fmt ./...
117
118
.PHONY: fmt-imports
119
-fmt-imports: gci ## Run gci formatter on go files and verify.
+fmt-imports: gci ## Run gci formatter on go files and verify.
120
$(GCI) write -s standard -s default -s 'prefix(sigs.k8s.io/gateway-api-inference-extension)' --skip-generated --skip-vendor .
121
122
.PHONY: fmt-verify
0 commit comments