thestrukture/IDE

View on GitHub
api/globals/variables.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var Dfd should have comment or be unexported
Open

var Dfd string
Severity: Minor
Found in api/globals/variables.go by golint

exported var AutocompletePath should have comment or be unexported
Open

var AutocompletePath string
Severity: Minor
Found in api/globals/variables.go by golint

exported var Windows should have comment or be unexported
Open

var Windows bool
Severity: Minor
Found in api/globals/variables.go by golint

exported var PortCount should have comment or be unexported
Open

var PortCount = 35000
Severity: Minor
Found in api/globals/variables.go by golint

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/globals/variables.go by golint

exported var Upgrader should have comment or be unexported
Open

var Upgrader = websocket.Upgrader{}
Severity: Minor
Found in api/globals/variables.go by golint

There are no issues that match your filters.

Category
Status