Showing 348 of 348 total issues

exported method TaskMeta.GetEnvironment should have comment or be unexported
Open

func (t *TaskMeta) GetEnvironment() []string         { return t.Environment }
Severity: Minor
Found in config/task.go by golint

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

func (e Environment) Keys() []string {
Severity: Minor
Found in environment/environment.go by golint

exported method Plan.InsertStage should have comment or be unexported
Open

func (p *Plan) InsertStage(stage *Stage, index int) {
Severity: Minor
Found in config/plan.go by golint

exported method PushTask.Extend should have comment or be unexported
Open

func (t *PushTask) Extend(task Task) error {
Severity: Minor
Found in config/push_task.go by golint

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

    RunModeOnSuccess
Severity: Minor
Found in config/stage.go by golint

exported method TaskMeta.GetName should have comment or be unexported
Open

func (t *TaskMeta) GetName() string                  { return t.Name }
Severity: Minor
Found in config/task.go by golint

exported method TaskMeta.GetRequiredEnvironment should have comment or be unexported
Open

func (t *TaskMeta) GetRequiredEnvironment() []string { return t.RequiredEnvironment }
Severity: Minor
Found in config/task.go by golint

exported function New should have comment or be unexported
Open

func New(values []string) Environment {
Severity: Minor
Found in environment/environment.go by golint

exported function NewRunner should have comment or be unexported
Open

func NewRunner(logger logging.Logger) Runner {
Severity: Minor
Found in command/runner.go by golint

exported type ImportFileList should have comment or be unexported
Open

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

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

func (c *Config) Merge(child *Config) error {
Severity: Minor
Found in config/config.go by golint

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

func (t *PlanTask) GetType() string {
Severity: Minor
Found in config/plan_task.go by golint

exported type Registry should have comment or be unexported
Open

    Registry interface {
Severity: Minor
Found in config/registry.go by golint

exported type Override should have comment or be unexported
Open

    Override struct {
Severity: Minor
Found in config/config.go by golint

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

func (c *Config) ApplyOverride(override *Override) {
Severity: Minor
Found in config/config.go by golint

exported method Plan.Merge should have comment or be unexported
Open

func (p *Plan) Merge(child *Plan) error {
Severity: Minor
Found in config/plan.go by golint

exported type ServerRegistry should have comment or be unexported
Open

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

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

func (r *GCRRegistry) GetType() string    { return "gcr" }
Severity: Minor
Found in config/registry.go by golint

exported const BuildTimeFormat should have comment or be unexported
Open

const BuildTimeFormat = "2006-01-02T15:04:05-0700"
Severity: Minor
Found in environment/defaults.go by golint

exported type Environment should have comment or be unexported
Open

type Environment map[string]string
Severity: Minor
Found in environment/environment.go by golint
Severity
Category
Status
Source
Language