Showing 348 of 348 total issues

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

func (e Environment) ExpandSlice(templates []string) ([]string, error) {
Severity: Minor
Found in environment/expand.go by golint

exported type Prefix should have comment or be unexported
Open

type Prefix struct {
Severity: Minor
Found in logging/prefix.go by golint

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

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

exported type BuildTaskRunnerFactory should have comment or be unexported
Open

    BuildTaskRunnerFactory func(
Severity: Minor
Found in runner/build_task.go by golint

exported type RunContext should have comment or be unexported
Open

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

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

func (t *PlanTask) Translate(name string) (config.Task, error) {
Severity: Minor
Found in loader/jsonconfig/plan_task.go by golint

exported const ExpandMaxIterations should have comment or be unexported
Open

const ExpandMaxIterations = 50
Severity: Minor
Found in environment/expand.go by golint

exported type PushTask should have comment or be unexported
Open

type PushTask struct {
Severity: Minor
Found in loader/jsonconfig/push_task.go by golint

exported type ECRRegistry should have comment or be unexported
Open

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

    FileFactory func(prefix string) (io.WriteCloser, io.WriteCloser, error)
Severity: Minor
Found in logging/factory.go by golint

exported type GCRRegistry should have comment or be unexported
Open

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

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

    LevelDebug LogLevel = iota
Severity: Minor
Found in logging/message.go by golint

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

    DefaultECRRegion   = "us-east-1"
Severity: Minor
Found in loader/jsonconfig/registry.go by golint

exported function NewNetwork should have comment or be unexported
Open

func NewNetwork(
Severity: Minor
Found in network/network.go by golint

exported type Task should have comment or be unexported
Open

    Task interface {
Severity: Minor
Found in loader/jsonconfig/task.go by golint

exported function EnsureParentExists should have comment or be unexported
Open

func EnsureParentExists(path string, mode os.FileMode) error {
Severity: Minor
Found in paths/files.go by golint

exported type Logger should have comment or be unexported
Open

    Logger interface {
Severity: Minor
Found in logging/logger.go by golint

exported type LogLevel should have comment or be unexported
Open

    LogLevel int
Severity: Minor
Found in logging/message.go by golint

exported type Login should have comment or be unexported
Open

type Login interface {
Severity: Minor
Found in registry/registry.go by golint
Severity
Category
Status
Source
Language