fix(http): silence echo command (#18277)

pull/18466/head
Russ Savage 2020-06-11 11:04:50 -07:00 committed by GitHub
parent ba3d0116c7
commit a04526c15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ clean: $(SUBDIRS)
swagger_gen.go: swagger.go redoc.go swagger.yml
go generate -x
echo '//lint:file-ignore ST1005 Ignore error strings should not be capitalized' >> swagger_gen.go
@echo '//lint:file-ignore ST1005 Ignore error strings should not be capitalized' >> swagger_gen.go
GO_RUN := env GO111MODULE=on go run