Showing 348 of 348 total issues

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 method Copier.Copy should have comment or be unexported
Open

func (c *Copier) Copy(src, dest string, blacklist map[string]struct{}) error {
Severity: Minor
Found in paths/copier.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 method RunContext.GetExportedEnv should have comment or be unexported
Open

func (c *RunContext) GetExportedEnv() []string {
Severity: Minor
Found in runner/context.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 function NormalizeEnvironmentFile should have comment or be unexported
Open

func NormalizeEnvironmentFile(text string) ([]string, error) {
Severity: Minor
Found in environment/file.go by golint

exported function NewRunner should have comment or be unexported
Open

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

exported type ImportFileList should have comment or be unexported
Open

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

exported type Registry should have comment or be unexported
Open

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

    StageTask struct {
Severity: Minor
Found in loader/jsonconfig/stage.go by golint

exported function Validate should have comment or be unexported
Open

func Validate(name string, data []byte) error {
Severity: Minor
Found in loader/schema/schema.go by golint

exported type LogFunc should have comment or be unexported
Open

    LogFunc func(prefix *Prefix, format string, args ...interface{})
Severity: Minor
Found in logging/logger.go by golint

exported function NewRemover should have comment or be unexported
Open

func NewRemover(project string) *Remover {
Severity: Minor
Found in paths/remover.go by golint

exported method Transferer.Import should have comment or be unexported
Open

func (t *Transferer) Import(patterns, blacklistPatterns []string) error {
Severity: Minor
Found in paths/transferer.go by golint

exported type RegistrySet should have comment or be unexported
Open

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

exported function NewBuildTaskRunnerFactory should have comment or be unexported
Open

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

exported type Cleanup should have comment or be unexported
Open

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

exported const FlashPermissionsImage should have comment or be unexported
Open

const FlashPermissionsImage = "alpine:3.8"
Severity: Minor
Found in runner/permissions_unix.go by golint

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

func (r *PlanRunner) Run(
Severity: Minor
Found in runner/plan.go by golint
Severity
Category
Status
Source
Language