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 f3dce5e commit 4d2fb23Copy full SHA for 4d2fb23
Makefile
@@ -256,10 +256,6 @@ $(GOLANGCI_LINT): $(LOCALBIN)
256
257
gofmt: ## Apply go fmt
258
@gofmt -w -r 'interface{} -> any' .
259
- @gofmt -w -r 'ginkgo.FIt -> ginkgo.It' test
260
- @gofmt -w -r 'ginkgo.FContext -> ginkgo.Context' test
261
- @gofmt -w -r 'ginkgo.FDescribe -> ginkgo.Describe' test
262
- @gofmt -w -r 'ginkgo.FDescribeTable -> ginkgo.DescribeTable' test
263
@go fmt ./...
264
.PHONY: gofmt
265
test/e2e/gatewayapi/gateway.go
@@ -180,7 +180,7 @@ spec:
180
})
181
182
183
- FContext("Gateway SSL", func() {
+ Context("Gateway SSL", func() {
184
It("Check if SSL resource was created", func() {
185
secretName := _secretName
186
host := "api6.com"
0 commit comments