-
This project started as a proof of concept. We have made more progress now and it would be good to clean up all of the golint errors.
To see the errors you can run `make lint` or see them in [CodeC…
-
enabling golint with with golangci-lint requires some extra handling, we need to enable it and fix the issues raised by it. To enable it, `make lint` should be:
```
.PHONY: lint
lint:
docker ru…
-
See https://goreportcard.com/report/github.com/JensRantil/yubikey-basic-auth-proxy#golint.
-
The biggest complaints are about missing commentary.
-
-
Golint is causing the build to fail due to content in comments.
-
-
-
I scanned code with Golint and found many issues.
-
**Is your feature request related to a problem? Please describe.**
I had a Golang lint error after 20 minutes of docker build. Maybe we can add a new Golint checking before building docker image in C…