codeclimate/test-reporter

View on GitHub

Showing 144 of 144 total issues

exported type Formatter should have comment or be unexported
Open

type Formatter struct {
Severity: Minor
Found in formatters/cobertura/cobertura.go by golint

comment on exported type ByLineNum should be of the form "ByLineNum ..." (with optional leading article)
Open

// Interface to sort []Lines by line number
Severity: Minor
Found in formatters/cobertura/xml.go by golint

receiver name r should be consistent with previous receiver name f for Formatter
Open

func (r *Formatter) Format() (formatters.Report, error) {
Severity: Minor
Found in formatters/coveragepy/coveragepy.go by golint

receiver name r should be consistent with previous receiver name f for Formatter
Open

func (r Formatter) Format() (formatters.Report, error) {

receiver name r should be consistent with previous receiver name f for Formatter
Open

func (r Formatter) Format() (formatters.Report, error) {
Severity: Minor
Found in formatters/lcov/lcov.go by golint

exported type Bar should have comment or be unexported
Open

type Bar struct{}
Severity: Minor
Found in formatters/gocov/example/bar/bar.go by golint

type simplecovJsonFormatterReport should be simplecovJSONFormatterReport
Open

type simplecovJsonFormatterReport struct {

exported method Formatter.Format should have comment or be unexported
Open

func (r Formatter) Format() (formatters.Report, error) {
Severity: Minor
Found in formatters/simplecov/simplecov.go by golint

exported method Uploader.SendBatches should have comment or be unexported
Open

func (u Uploader) SendBatches(rep *TestReport, url string) error {
Severity: Minor
Found in upload/uploader.go by golint

exported method Coverage.AppendNulls should have comment or be unexported
Open

func (c *Coverage) AppendNulls(quantity int) Coverage {
Severity: Minor
Found in formatters/coverage.go by golint

exported method LineCounts.CoveredStrength should have comment or be unexported
Open

func (lc LineCounts) CoveredStrength() float64 {
Severity: Minor
Found in formatters/line_counts.go by golint

exported type Formatter should have comment or be unexported
Open

type Formatter struct {
Severity: Minor
Found in formatters/simplecov/simplecov.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package simplecov

exported type CoverageSummer should have comment or be unexported
Open

type CoverageSummer struct {
Severity: Minor
Found in cmd/sum-coverage.go by golint

exported function GitSHA should have comment or be unexported
Open

func GitSHA(path string) (string, error) {
Severity: Minor
Found in env/git.go by golint

exported var GitBlob should have comment or be unexported
Open

var GitBlob = func(path string, commit *object.Commit) (string, error) {
Severity: Minor
Found in env/git.go by golint

exported method Formatter.Search should have comment or be unexported
Open

func (f *Formatter) Search(paths ...string) (string, error) {
Severity: Minor
Found in formatters/clover/clover.go by golint

exported method Formatter.Search should have comment or be unexported
Open

func (f *Formatter) Search(paths ...string) (string, error) {
Severity: Minor
Found in formatters/cobertura/cobertura.go by golint

exported type Foo should have comment or be unexported
Open

type Foo struct {
Severity: Minor
Found in formatters/gocov/example/foo/foo.go by golint

exported type Formatter should have comment or be unexported
Open

type Formatter struct {
Severity: Minor
Found in formatters/jacoco/jacoco.go by golint
Severity
Category
Status
Source
Language