Showing 348 of 348 total issues

exported method ScratchSpace.Setup should have comment or be unexported
Open

func (s *ScratchSpace) Setup() error {
Severity: Minor
Found in scratch/scratch.go by golint

exported method ScratchSpace.Teardown should have comment or be unexported
Open

func (s *ScratchSpace) Teardown() error {
Severity: Minor
Found in scratch/scratch.go by golint

exported method ScratchSpace.Project should have comment or be unexported
Open

func (s *ScratchSpace) Project() string {
Severity: Minor
Found in scratch/scratch.go by golint

exported function EnsureKeysAvailable should have comment or be unexported
Open

func EnsureKeysAvailable(identities []string) (bool, error) {
Severity: Minor
Found in ssh/keys.go by golint

exported function NewRotateLogsCommand should have comment or be unexported
Open

func NewRotateLogsCommand(appOptions *options.AppOptions) CommandRunner {
Severity: Minor
Found in subcommand/rotate_logs.go by golint

exported method Duration.UnmarshalJSON should have comment or be unexported
Open

func (d *Duration) UnmarshalJSON(data []byte) error {
Severity: Minor
Found in util/json.go by golint

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

// +build windows
Severity: Minor
Found in command/util_windows.go by gofmt

TODO found
Open

        // TODO - need to go through these things and do (%s)
Severity: Minor
Found in loader/jsonconfig/task.go by fixme
Severity
Category
Status
Source
Language