mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 18:15:25 +08:00

See, $ gometalinter --vendor --disable-all --enable=golint ./... build/release_publisher/externalrelease.go:55:6⚠️ type getHttpContents should be getHTTPContents (golint) build/release_publisher/publisher.go:18:2⚠️ struct field apiUri should be apiURI (golint) build/release_publisher/publisher.go:66:6⚠️ exported type ReleaseType should have comment or be unexported (golint) build/release_publisher/publisher.go:69:2⚠️ exported const STABLE should have comment (or a comment on this block) or be unexported (golint) build/release_publisher/publisher.go:185:16⚠️ should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (golint) build/release_publisher/publisher_test.go:102:6⚠️ type mockHttpGetter should be mockHTTPGetter (golint)