wisedog/ladybug

View on GitHub
models/wrapper.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type JSTreeTestSuiteWrapperWithChildren should have comment or be unexported
Open

type JSTreeTestSuiteWrapperWithChildren struct {
Severity: Minor
Found in models/wrapper.go by golint

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

// Wrapper type for print out JSON format used in JSTree
Severity: Minor
Found in models/wrapper.go by golint

struct field Id should be ID
Open

    Id   string `json:"id"`
Severity: Minor
Found in models/wrapper.go by golint

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

// Wrapper type for print out JSON format used in JSTree
Severity: Minor
Found in models/wrapper.go by golint

struct field Id should be ID
Open

    Id       string                  `json:"id"`
Severity: Minor
Found in models/wrapper.go by golint

exported type JSTreeNode should have comment or be unexported
Open

type JSTreeNode struct {
Severity: Minor
Found in models/wrapper.go by golint

struct field Id should be ID
Open

    Id       string `json:"id"`
Severity: Minor
Found in models/wrapper.go by golint

struct field Id should be ID
Open

    Id     string `json:"id"`
Severity: Minor
Found in models/wrapper.go by golint

There are no issues that match your filters.

Category
Status