wisedog/ladybug

View on GitHub
models/issue.go

Summary

Maintainability
A
0 mins
Test Coverage

struct field ReporterId should be ReporterID
Open

    ReporterId  int // TODO add foreign key
Severity: Minor
Found in models/issue.go by golint

struct field ProjectId should be ProjectID
Open

    ProjectId   int    //Project id which belongs to this issue
Severity: Minor
Found in models/issue.go by golint

exported type Issue should have comment or be unexported
Open

type Issue struct {
Severity: Minor
Found in models/issue.go by golint

struct field AssigneeId should be AssigneeID
Open

    AssigneeId  int // TODO add foreign key
Severity: Minor
Found in models/issue.go by golint

There are no issues that match your filters.

Category
Status