Skip to content

Commit

Permalink
feat(develop): fix golint
Browse files Browse the repository at this point in the history
  • Loading branch information
cuisongliu committed Dec 8, 2021
1 parent fcfe5f8 commit ed4f009
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/gosec.yml

This file was deleted.

14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,6 @@ filelicense: ## add license
fi \
done

install-gosec: ## check license if not exist install addlicense tools
ifeq (, $(shell which gosec))
@{ \
set -e ;\
go install github.com/securego/gosec/v2/cmd/gosec@latest ;\
}
GOSEC_BIN=$(GOBIN)/gosec
else
GOSEC_BIN=$(shell which gosec)
endif

gosec: install-gosec
$(GOSEC_BIN) ./...

install-ossutil: ## check ossutil if not exist install ossutil tools
ifeq (, $(shell which ossutil))
@{ \
Expand Down

0 comments on commit ed4f009

Please sign in to comment.