Showing 348 of 348 total issues

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 var OutputBlacklist should have comment or be unexported
Open

var OutputBlacklist = []string{
Severity: Minor
Found in command/runner.go by golint

exported method TaskExtendsResolver.Add should have comment or be unexported
Open

func (r *TaskExtendsResolver) Add(task Task) {
Severity: Minor
Found in config/resolver.go by golint

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

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

exported function Default should have comment or be unexported
Open

func Default() (Environment, error) {
Severity: Minor
Found in environment/defaults.go by golint

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

func (f *ImportFileList) Merge(child *ImportFileList) {
Severity: Minor
Found in config/config.go by golint

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

func (c *Config) Validate() error {
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 const Version should have comment or be unexported
Open

const Version = "0.2.1"
Severity: Minor
Found in consts/version.go by golint

exported type BuildFunc should have comment or be unexported
Open

    BuildFunc func(b *Builder) error
Severity: Minor
Found in command/builder.go by golint

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

    SecretMask  = "*****"
Severity: Minor
Found in command/runner.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 method PlanTask.Extend should have comment or be unexported
Open

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

exported type PushTask should have comment or be unexported
Open

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

exported method Stage.ShouldRun should have comment or be unexported
Open

func (s *Stage) ShouldRun(failure bool) bool {
Severity: Minor
Found in config/stage.go by golint

exported type Builder should have comment or be unexported
Open

    Builder struct {
Severity: Minor
Found in command/builder.go by golint

exported function NewBuilder should have comment or be unexported
Open

func NewBuilder(prelude []string, builders []BuildFunc) *Builder {
Severity: Minor
Found in command/builder.go by golint

exported type Runner should have comment or be unexported
Open

    Runner interface {
Severity: Minor
Found in command/runner.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 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
Severity
Category
Status
Source
Language