Skip to content

Commit

Permalink
Makefile: remove rule using deprecated golint (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
josuebrunel committed Mar 12, 2023
1 parent 12543ba commit 6646f8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ test:
test.integration:
docker compose -f build/docker-compose.yml up --build -d
cd tests/; go mod tidy; go test -v -count=1 -cover -covermode=count -coverprofile=coverage.out ./... ; go tool cover -func coverage.out ; cd -
lint:
golint ./...
clean:
go clean
debug:
Expand Down

0 comments on commit 6646f8c

Please sign in to comment.