Showing 348 of 348 total issues

exported function NewPushTaskRunnerFactory should have comment or be unexported
Open

func NewPushTaskRunnerFactory(
Severity: Minor
Found in runner/push_task.go by golint

exported type RunTaskRunnerFactory should have comment or be unexported
Open

    RunTaskRunnerFactory func(
Severity: Minor
Found in runner/run_task.go by golint

exported function NewRunTaskRunnerFactory should have comment or be unexported
Open

func NewRunTaskRunnerFactory(
Severity: Minor
Found in runner/run_task.go by golint

exported method Config.Translate should have comment or be unexported
Open

func (c *Config) Translate(parent *config.Config) (*config.Config, error) {
Severity: Minor
Found in loader/jsonconfig/config.go by golint

exported method Options.Translate should have comment or be unexported
Open

func (c *Options) Translate() (*config.Options, error) {
Severity: Minor
Found in loader/jsonconfig/config.go by golint

exported method ServerRegistry.Translate should have comment or be unexported
Open

func (r *ServerRegistry) Translate() config.Registry {
Severity: Minor
Found in loader/jsonconfig/registry.go by golint

exported function NewPrefix should have comment or be unexported
Open

func NewPrefix(parts ...string) *Prefix {
Severity: Minor
Found in logging/prefix.go by golint

exported type AppOptions should have comment or be unexported
Open

type AppOptions struct {
Severity: Minor
Found in options/app.go by golint

exported method RegistrySet.Logout should have comment or be unexported
Open

func (s *RegistrySet) Logout() {
Severity: Minor
Found in registry/registry_set.go by golint

exported function NewContainerStopper should have comment or be unexported
Open

func NewContainerStopper(logger logging.Logger) *ContainerList {
Severity: Minor
Found in runner/container_list.go by golint

exported type RemoveTaskRunnerFactory should have comment or be unexported
Open

type RemoveTaskRunnerFactory func(
Severity: Minor
Found in runner/remove_task.go by golint

exported const DefaultWorkspacePath should have comment (or a comment on this block) or be unexported
Open

    DefaultWorkspacePath = "/workspace"
Severity: Minor
Found in runner/run_task.go by golint

exported type Runner should have comment or be unexported
Open

type Runner struct {
Severity: Minor
Found in runner/runner.go by golint

exported type TaskRunnerFunc should have comment or be unexported
Open

    TaskRunnerFunc func() bool
Severity: Minor
Found in runner/stage.go by golint

exported type ServerRegistry should have comment or be unexported
Open

    ServerRegistry struct {
Severity: Minor
Found in loader/jsonconfig/registry.go by golint

exported function NewProcessor should have comment or be unexported
Open

func NewProcessor(quiet, verbose, colorize bool) Processor {
Severity: Minor
Found in logging/processor.go by golint

exported method RunContext.AddTags should have comment or be unexported
Open

func (c *RunContext) AddTags(tags []string) {
Severity: Minor
Found in runner/context.go by golint

exported const PrefixMaxLength should have comment or be unexported
Open

const PrefixMaxLength = 20
Severity: Minor
Found in runner/plan_task.go by golint

exported const SSHAgentImage should have comment (or a comment on this block) or be unexported
Open

    SSHAgentImage    = "efritz/ij-ssh-agent:latest"
Severity: Minor
Found in runner/ssh_agent.go by golint

exported method Environment.ExpandString should have comment or be unexported
Open

func (e Environment) ExpandString(template string) (string, error) {
Severity: Minor
Found in environment/expand.go by golint
Severity
Category
Status
Source
Language