Skip to content

Commit

Permalink
fix(http): silence echo command (#18277)
Browse files Browse the repository at this point in the history
  • Loading branch information
russorat authored Jun 11, 2020
1 parent ba3d011 commit a04526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a04526c

Please sign in to comment.