-
Integrate golint-ci to maintain uniform formatting and coding style in the project
-
-
`$ go get -u golang.org/x/lint/golint`
There are about 700 lint warnings now and it would be better to fix them.
-
**What happened**:
**What you expected to happen**:
**How to reproduce it (as minimally and precisely as possible)**:
**Anything else we need to know?**:
**Environment**:
- nexus ve…
-
Since golint is unmaintained, deprecated and frozen, maybe we should stop suggesting it and start suggesting alternatives like [staticcheck](https://staticcheck.io/) and `go vet`.
Or maybe refer to…
-
Fix golint warnings, it is a good way to review code
https://github.com/golang/lint
https://github.com/CortexFoundation/torrentfs/pull/62/commits/3a4eeb66de4d1119d033a5a35b534609a55cc0ee
-
Fix golint warnings one by one *.go file
https://github.com/golang/lint
https://github.com/CortexFoundation/torrentfs/pull/62/commits/3a4eeb66de4d1119d033a5a35b534609a55cc0ee
-
I noticed that running golint (https://github.com/golang/lint) will output a bunch of suggestions against master. Most of them are related to missing documentation comments for exported functions, but…
-
> **NOTE:** Golint is [deprecated and frozen](https://github.com/golang/go/issues/38968). There's no drop-in replacement for it, but tools such as [Staticcheck](https://staticcheck.io/) and `go vet` s…
-
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…