wisedog/ladybug

View on GitHub
models/review.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Review should have comment or be unexported
Open

type Review struct {
Severity: Minor
Found in models/review.go by golint

exported const ReviewTestcase should have comment (or a comment on this block) or be unexported
Open

    ReviewTestcase = 1 + iota
Severity: Minor
Found in models/review.go by golint

exported const ReviewStatusReady should have comment (or a comment on this block) or be unexported
Open

    ReviewStatusReady = 1 + iota
Severity: Minor
Found in models/review.go by golint

There are no issues that match your filters.

Category
Status