Showing 348 of 348 total issues

exported type Config should have comment or be unexported
Open

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

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

func (l *ImportFileList) Translate() (*config.ImportFileList, error) {
Severity: Minor
Found in loader/jsonconfig/config.go by golint

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

func (t *RemoveTask) Translate(name string) (config.Task, error) {
Severity: Minor
Found in loader/jsonconfig/remove_task.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 var NilLogger should have comment or be unexported
Open

var NilLogger = &nilLogger{}
Severity: Minor
Found in logging/logger.go by golint

exported var NilWriter should have comment or be unexported
Open

var NilWriter = &nilWriter{}
Severity: Minor
Found in logging/util.go by golint

exported function NewRegistrySet should have comment or be unexported
Open

func NewRegistrySet(
Severity: Minor
Found in registry/registry_set.go by golint

exported function NewContainerList should have comment or be unexported
Open

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

exported type PushTaskRunnerFactory should have comment or be unexported
Open

type PushTaskRunnerFactory func(
Severity: Minor
Found in runner/push_task.go by golint

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

func (r *ECRRegistry) Translate() config.Registry {
Severity: Minor
Found in loader/jsonconfig/registry.go by golint

exported type RunTask should have comment or be unexported
Open

    RunTask struct {
Severity: Minor
Found in loader/jsonconfig/run_task.go by golint

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

func (r *Runner) Run(plans []string) bool {
Severity: Minor
Found in runner/runner.go by golint

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

func (h *Healthcheck) Translate() (*config.Healthcheck, error) {
Severity: Minor
Found in loader/jsonconfig/run_task.go by golint

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

    ShortTimestampFormat = "15:04:05"
Severity: Minor
Found in logging/processor.go by golint

exported type TaskExtendHint should have comment or be unexported
Open

    TaskExtendHint struct {
Severity: Minor
Found in loader/jsonconfig/task.go by golint

exported function GetConfigPath should have comment or be unexported
Open

func GetConfigPath(path string) (string, error) {
Severity: Minor
Found in loader/paths.go by golint

exported function EmergencyLog should have comment or be unexported
Open

func EmergencyLog(format string, args ...interface{}) {
Severity: Minor
Found in logging/util.go by golint

exported type LoggerFactory should have comment or be unexported
Open

    LoggerFactory struct {
Severity: Minor
Found in logging/factory.go by golint

exported function EnsureDirExists should have comment or be unexported
Open

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

exported function DirContents should have comment or be unexported
Open

func DirContents(dirname string) ([]os.FileInfo, error) {
Severity: Minor
Found in paths/files.go by golint
Severity
Category
Status
Source
Language