Showing 348 of 348 total issues

exported function NewStageRunner should have comment or be unexported
Open

func NewStageRunner(
Severity: Minor
Found in runner/stage.go by golint

exported type BaseRunner should have comment or be unexported
Open

    BaseRunner interface {
Severity: Minor
Found in runner/task.go by golint

exported type HookFunc should have comment or be unexported
Open

    HookFunc          func(context *RunContext) error
Severity: Minor
Found in runner/task.go by golint

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

func (s *ScratchSpace) MakeLogFiles(prefix string) (*os.File, *os.File, error) {
Severity: Minor
Found in scratch/scratch.go by golint

exported function NewCleanCommand should have comment or be unexported
Open

func NewCleanCommand(appOptions *options.AppOptions, cleanOptions *options.CleanOptions) CommandRunner {
Severity: Minor
Found in subcommand/clean.go by golint

exported method StageRunner.IsDisabled should have comment or be unexported
Open

func (r *StageRunner) IsDisabled(context *RunContext) (bool, error) {
Severity: Minor
Found in runner/stage.go by golint

exported function NewBaseRunner should have comment or be unexported
Open

func NewBaseRunner(
Severity: Minor
Found in runner/task.go by golint

exported function NewMultiFactory should have comment or be unexported
Open

func NewMultiFactory(factory BuilderFactory) BuilderSetFactory {
Severity: Minor
Found in runner/task.go by golint

type name will be used as scratch.ScratchSpace by other packages, and that stutters; consider calling this Space
Open

type ScratchSpace struct {
Severity: Minor
Found in scratch/scratch.go by golint

exported function Run should have comment or be unexported
Open

func Run(
Severity: Minor
Found in subcommand/command.go by golint

exported type Duration should have comment or be unexported
Open

type Duration struct {
Severity: Minor
Found in util/json.go by golint

exported function MakeID should have comment or be unexported
Open

func MakeID() (string, error) {
Severity: Minor
Found in util/id.go by golint

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

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

exported function NewLogoutCommand should have comment or be unexported
Open

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

exported function RunParallelArgs should have comment or be unexported
Open

func RunParallelArgs(task func(string), args ...string) {
Severity: Minor
Found in util/parallel.go by golint

exported function NewShowConfigCommand should have comment or be unexported
Open

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

exported function NewLoginCommand should have comment or be unexported
Open

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

exported type TaskRunnerFactory should have comment or be unexported
Open

    TaskRunnerFactory func(
Severity: Minor
Found in runner/task.go by golint

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

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

exported method StageRunner.Run should have comment or be unexported
Open

func (r *StageRunner) Run(context *RunContext) bool {
Severity: Minor
Found in runner/stage.go by golint
Severity
Category
Status
Source
Language