Showing 348 of 348 total issues

type name will be used as registry.RegistrySet by other packages, and that stutters; consider calling this Set
Open

    RegistrySet struct {
Severity: Minor
Found in registry/registry_set.go by golint

exported function NewPlanRunner should have comment or be unexported
Open

func NewPlanRunner(
Severity: Minor
Found in runner/plan.go by golint

exported type ContainerList should have comment or be unexported
Open

    ContainerList struct {
Severity: Minor
Found in runner/container_list.go by golint

exported function NewRunContext should have comment or be unexported
Open

func NewRunContext(parent *RunContext) *RunContext {
Severity: Minor
Found in runner/context.go by golint

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

func (r *Runner) Run(plans []string) bool {
Severity: Minor
Found in runner/runner.go by golint

exported type RegistryTypeHint should have comment or be unexported
Open

    RegistryTypeHint struct {
Severity: Minor
Found in loader/jsonconfig/registry.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 type Healthcheck should have comment or be unexported
Open

    Healthcheck struct {
Severity: Minor
Found in loader/jsonconfig/run_task.go by golint

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

func (h *Healthcheck) Translate() (*config.Healthcheck, error) {
Severity: Minor
Found in loader/jsonconfig/run_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 method LoggerFactory.Logger should have comment or be unexported
Open

func (f *LoggerFactory) Logger(prefix string, writePrefix bool) (Logger, error) {
Severity: Minor
Found in logging/factory.go by golint

exported type Config should have comment or be unexported
Open

    Config struct {
Severity: Minor
Found in loader/jsonconfig/config.go by golint

exported function EmergencyLog should have comment or be unexported
Open

func EmergencyLog(format string, args ...interface{}) {
Severity: Minor
Found in logging/util.go by golint

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

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

exported method Loader.ApplyOverrides should have comment or be unexported
Open

func (l *Loader) ApplyOverrides(config *config.Config, overridePaths []string) error {
Severity: Minor
Found in loader/loader.go by golint

exported type Transferer should have comment or be unexported
Open

type Transferer struct {
Severity: Minor
Found in paths/transferer.go by golint

exported method Prefix.Append should have comment or be unexported
Open

func (p *Prefix) Append(part string) *Prefix {
Severity: Minor
Found in logging/prefix.go by golint

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

    ECRServerFormat = "https://%s.dkr.ecr.%s.amazonaws.com"
Severity: Minor
Found in registry/ecr.go by golint

exported function NewRemoveTaskRunnerFactory should have comment or be unexported
Open

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

exported type Processor should have comment or be unexported
Open

    Processor interface {
Severity: Minor
Found in logging/processor.go by golint
Severity
Category
Status
Source
Language