Showing 348 of 348 total issues

exported type Copier should have comment or be unexported
Open

type Copier struct {
Severity: Minor
Found in paths/copier.go by golint

exported var DefaultBlacklist should have comment or be unexported
Open

var DefaultBlacklist = []string{
Severity: Minor
Found in paths/transferer.go by golint

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

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

exported function NewServerLogin should have comment or be unexported
Open

func NewServerLogin(
Severity: Minor
Found in registry/server.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 method RunTask.Translate should have comment or be unexported
Open

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

exported function NewPrefix should have comment or be unexported
Open

func NewPrefix(parts ...string) *Prefix {
Severity: Minor
Found in logging/prefix.go by golint

exported function NewCopier should have comment or be unexported
Open

func NewCopier(logger logging.Logger, project string) *Copier {
Severity: Minor
Found in paths/copier.go by golint

exported function PathExists should have comment or be unexported
Open

func PathExists(path string) (bool, error) {
Severity: Minor
Found in paths/files.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 type BuildTask should have comment or be unexported
Open

type BuildTask struct {
Severity: Minor
Found in loader/jsonconfig/build_task.go by golint

exported type ExportFileList should have comment or be unexported
Open

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

type RunOptions struct {
Severity: Minor
Found in options/run.go by golint

exported function NewGCRLogin should have comment or be unexported
Open

func NewGCRLogin(
Severity: Minor
Found in registry/gcr.go by golint

exported method Cleanup.Register should have comment or be unexported
Open

func (c *Cleanup) Register(f func()) {
Severity: Minor
Found in runner/cleanup.go by golint

exported method ContainerList.Remove should have comment or be unexported
Open

func (l *ContainerList) Remove(containerName string) {
Severity: Minor
Found in runner/container_list.go by golint

exported method RunContext.AddTags should have comment or be unexported
Open

func (c *RunContext) AddTags(tags []string) {
Severity: Minor
Found in runner/context.go by golint

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

func (r *PlanRunner) IsDisabled(context *RunContext, name string) (bool, error) {
Severity: Minor
Found in runner/plan.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