thestrukture/IDE

View on GitHub

Showing 1,416 of 1,416 total issues

comment on exported function CastDex should be of the form "CastDex ..."
Open

// Asserts first argument, a map, as struct
Severity: Minor
Found in types/struct_funcs.go by golint

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

// File generated by Gopher Sauce

comment on exported function NewInputs should be of the form "NewInputs ..."
Open

// Create a new Inputs struct and return the pointer.
Severity: Minor
Found in types/struct_funcs.go by golint

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/middleware_fApiGet.go by gofmt

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_GETApiBuild.go by gofmt

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_POSTApiComposer.go by gofmt

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_POSTApiNew.go by gofmt

error strings should not be capitalized or end with punctuation or a newline
Open

        panic(errors.New("Render returned an empty string."))
Severity: Minor
Found in api/templates/templates_test.go by golint

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/methods/method_IsExpired.go by gofmt

error strings should not be capitalized or end with punctuation or a newline
Open

        panic(errors.New("Render returned an empty string."))
Severity: Minor
Found in api/templates/templates_test.go by golint

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

// File generated by Gopher Sauce

error strings should not be capitalized or end with punctuation or a newline
Open

        panic(errors.New("Render returned an empty string."))
Severity: Minor
Found in api/templates/templates_test.go by golint

error strings should not be capitalized or end with punctuation or a newline
Open

        panic(errors.New("Render returned an empty string."))
Severity: Minor
Found in api/templates/templates_test.go by golint

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/templates/template_PUT.go by gofmt

comment on exported function NewUSettings should be of the form "NewUSettings ..."
Open

// Create a new USettings struct and return the pointer.
Severity: Minor
Found in types/struct_funcs.go by golint

comment on exported function NewTemplateEdits should be of the form "NewTemplateEdits ..."
Open

// Create a new TemplateEdits struct and return the pointer.
Severity: Minor
Found in types/struct_funcs.go by golint

comment on exported function CastForms should be of the form "CastForms ..."
Open

// Asserts first argument, a map, as struct
Severity: Minor
Found in types/struct_funcs.go by golint

exported type TEditor should have comment or be unexported
Open

type TEditor struct {
Severity: Minor
Found in types/structs.go by golint

exported type DebugObj should have comment or be unexported
Open

type DebugObj struct {
Severity: Minor
Found in types/structs.go by golint

exported type DebugNode should have comment or be unexported
Open

type DebugNode struct {
Severity: Minor
Found in types/structs.go by golint
Severity
Category
Status
Source
Language