thestrukture/IDE

View on GitHub

Showing 1,416 of 1,416 total issues

package comment should be of the form "Package templates ..."
Open

// File generated by Gopher Sauce

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

//
Severity: Minor
Found in api/templates/template_FSC.go by golint

package comment should be of the form "Package templates ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/templates/template_Login.go by golint

package comment should be of the form "Package templates ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/templates/template_NavCustom.go by golint

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

//
Severity: Minor
Found in api/templates/template_Navbar.go by golint

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

//
Severity: Minor
Found in api/templates/template_PluginList.go by golint

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

//
Severity: Minor
Found in api/templates/template_Register.go by golint

package comment should be of the form "Package templates ..."
Open

// File generated by Gopher Sauce

package comment should be of the form "Package templates ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/templates/template_xButton.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

func tmplUiUserRmTmpl should be tmplUIUserRmTmpl
Open

func tmplUiUserRmTmpl() (*asset, error) {
Severity: Minor
Found in api/assets/bindata.go by golint

func tmplUiWelcomeTmplBytes should be tmplUIWelcomeTmplBytes
Open

func tmplUiWelcomeTmplBytes() ([]byte, error) {
Severity: Minor
Found in api/assets/bindata.go by golint

package comment should be of the form "Package handlers ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_GETApiEmpty.go by golint

package comment should be of the form "Package handlers ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_POSTApiGolint.go by golint

package comment should be of the form "Package handlers ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_POSTApiPut.go by golint

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

//
Severity: Minor
Found in api/handlers/rest_POSTApiRename.go by golint

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

//
Severity: Minor
Found in api/methods/method_GetApp.go by golint

package comment should be of the form "Package methods ..."
Open

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

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

//
Severity: Minor
Found in api/methods/method_ParseLog.go by golint

should omit 2nd value from range; this loop is equivalent to for i := range ...
Open

    for i, _ := range slice {
Severity: Minor
Found in api/methods/method_UpdateApp.go by golint
Severity
Category
Status
Source
Language