codeclimate/test-reporter

View on GitHub

Showing 144 of 144 total issues

exported method SourceFiles.MarshalJSON should have comment or be unexported
Open

func (sf SourceFiles) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in formatters/source_file.go by golint

exported method SourceFiles.UnmarshalJSON should have comment or be unexported
Open

func (sf SourceFiles) UnmarshalJSON(text []byte) error {
Severity: Minor
Found in formatters/source_file.go by golint

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

func (u Uploader) Upload() error {
Severity: Minor
Found in upload/uploader.go by golint

exported function New should have comment or be unexported
Open

func New() *Bar {
Severity: Minor
Found in formatters/gocov/example/bar/bar.go by golint

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

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

exported type Formatter should have comment or be unexported
Open

type Formatter struct {
Severity: Minor
Found in formatters/lcovjson/lcovjson.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/simplecov/simplecov.go by golint

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

func (r Formatter) Format() (formatters.Report, error) {
Severity: Minor
Found in formatters/xccov/xccov.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/xccov/xccov.go by golint

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

func (u Uploader) TransformPostBatchURL(rawURL string) (string, error) {
Severity: Minor
Found in upload/uploader.go by golint

exported method CoverageFormatter.Save should have comment or be unexported
Open

func (f CoverageFormatter) Save() error {
Severity: Minor
Found in cmd/format-coverage.go by golint

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

func (f *Formatter) Search(paths ...string) (string, error) {

exported type Formatter should have comment or be unexported
Open

type Formatter struct {
Severity: Minor
Found in formatters/gocov/gocov.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/gocov/gocov.go by golint

exported type Formatter should have comment or be unexported
Open

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

exported function NewReport should have comment or be unexported
Open

func NewReport() (Report, error) {
Severity: Minor
Found in formatters/report.go by golint

exported method SourceFile.Merge should have comment or be unexported
Open

func (a SourceFile) Merge(b SourceFile) (SourceFile, error) {
Severity: Minor
Found in formatters/source_file.go by golint

exported type Attributes should have comment or be unexported
Open

type Attributes struct {
Severity: Minor
Found in upload/attributes.go by golint

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

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

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

func (c *Coverage) UnmarshalJSON(text []byte) error {
Severity: Minor
Found in formatters/coverage.go by golint
Severity
Category
Status
Source
Language