diff --git a/Makefile b/Makefile index dea936d..b0cf98b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ COVERAGE_DIR=coverage lint: - golangci-lint run ./... + golangci-lint run goreportcard: goreportcard-cli -v test: diff --git a/README.md b/README.md index 426f057..0f9a404 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git clone https://gitea.urkob.com/urko/emailsender.git ## Usage -Check examples in [examples](https://gitea.urkob.com/urko/emailsender/examples) +Check examples in [examples](https://gitea.urkob.com/urko/emailsender/examples) ## Dependencies