Skip to content

Commit

Permalink
Added faillint
Browse files Browse the repository at this point in the history
Signed-off-by: kaderno <kaderno@gmail.com>
Signed-off-by: Pablo Caderno <p_caderno@wargaming.net>
  • Loading branch information
pcaderno committed Feb 20, 2020
1 parent 9807b8e commit a7321f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -425,9 +425,7 @@ $(MINIO_SERVER):
$(call fetch_go_bin_version,github.com/minio/minio,$(MINIO_SERVER_VERSION))

$(FAILLINT):
@go get github.com/fatih/faillint@$(FAILLINT_VERSION)
@mv $(GOBIN)/faillint $(FAILLINT)
@go mod tidy
$(call fetch_go_bin_version,github.com/fatih/faillint,$(FAILLINT_VERSION))

$(PROMS):
$(foreach ver,$(PROM_VERSIONS),$(call fetch_go_bin_version,github.com/prometheus/prometheus/cmd/prometheus,$(ver)))

0 comments on commit a7321f3

Please sign in to comment.