Skip to content

Commit

Permalink
Remove extra makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Oct 18, 2023
1 parent a38e9fc commit 537bace
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ license:
GO111MODULE=off go get -u github.com/google/addlicense
addlicense -v -c "Sygma" -f ./scripts/header.txt -y 2021 -ignore ".idea/**" .

## license-check: Checks for missing license headers
license-check:
@echo " > \033[Checking for license headers...\033[0m "
GO111MODULE=off go get -u github.com/google/addlicense
addlicense -check -c "Sygma" -f ./scripts/header.txt -y 2021 -ignore ".idea/**" .

coverage:
go tool cover -func cover.out | grep total | awk '{print $3}'

Expand Down

0 comments on commit 537bace

Please sign in to comment.