thestrukture/IDE

View on GitHub

Showing 1,416 of 1,416 total issues

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

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

exported type USettings should have comment or be unexported
Open

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

exported type SModal should have comment or be unexported
Open

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

exported type SButton should have comment or be unexported
Open

type SButton struct {
Severity: Minor
Found in types/structs.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/rest_GETApiStop.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

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

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

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

exported type RPut should have comment or be unexported
Open

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

exported type SSWAL should have comment or be unexported
Open

type SSWAL struct {
Severity: Minor
Found in types/structs.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/rest_ApiComplete.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_POSTApiDelete.go by gofmt

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

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

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

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

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

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

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

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

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

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

exported type SearchResult should have comment or be unexported
Open

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

exported type Forms should have comment or be unexported
Open

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

struct field isXml should be isXML
Open

    isXml    bool      `json:"isXml"`
Severity: Minor
Found in types/structs.go by golint
Severity
Category
Status
Source
Language