-
using gocryptfs 1.1
run `gocryptfs --help` and observe multiple instances of `compatability` word. I think this word is a mistype of word `compatibility`
-
https://github.com/ziutek/blas doesn't seem actively maintened. You could replace it with https://github.com/gonum/blas
ghost updated
8 years ago
-
The `golint` check is currently reporting issues for `testdata` directories. See https://goreportcard.com/report/github.com/bradleyfalzon/apicompat
However, `testdata` is often contains purposefully …
-
Useful to keep source code high quality.
See https://goreportcard.com/report/github.com/JensRantil/yubikey-basic-auth-proxy and https://github.com/JensRantil/yubikey-basic-auth-proxy/blob/master/READ…
-
I know this sounds a bit pedantic, but the `Renderer` interface has two methods that `golint` complains about: `BlockHtml` and `RawHtmlTag`. It suggests `BlockHTML` and `RawHTMLTag`.
FWIW I'm working…
mholt updated
8 years ago
-
I'd like to be able to run `$ goreportcard` and then get a nicely formatted reported for the git repo I am currently in.
I don't think this is currently possible but am unsure.
-
With the latest round of generated code changes, quickfixgo appears to break Go Report Card. The project is getting a poor grade in error.
Tracks https://github.com/gojp/goreportcard/issues/139
W…
-
See https://goreportcard.com/report/github.com/cockroachdb/cockroach#golint.
-
As seen here: https://goreportcard.com/report/github.com/lestrrat/go-jsschema
(also a couple files appear not to be gofmt'd)
The rest of the issues listed are less critical than those two... but the…
-
see https://github.com/ccding/go-stun
and https://goreportcard.com/report/github.com/ccding/go-stun
The go report letters are different in the two pages. Cannot figure it out.