mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
Add latest changes from gitlab-org/gitlab@17-8-stable-ee
This commit is contained in:
@ -186,7 +186,7 @@ check-formatting: install-goimports
|
|||||||
.PHONY: staticcheck
|
.PHONY: staticcheck
|
||||||
staticcheck:
|
staticcheck:
|
||||||
$(call message,Verify: $@)
|
$(call message,Verify: $@)
|
||||||
go install honnef.co/go/tools/cmd/staticcheck@latest
|
go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
|
||||||
@ $(GOBIN)/staticcheck ./...
|
@ $(GOBIN)/staticcheck ./...
|
||||||
|
|
||||||
# In addition to fixing imports, goimports also formats your code in the same style as gofmt
|
# In addition to fixing imports, goimports also formats your code in the same style as gofmt
|
||||||
|
Reference in New Issue
Block a user