Showing 348 of 348 total issues

exported var ErrBuildFailed should have comment or be unexported
Open

var ErrBuildFailed = fmt.Errorf("subcommand failed")
Severity: Minor
Found in subcommand/run.go by golint

exported function NewRunCommand should have comment or be unexported
Open

func NewRunCommand(appOptions *options.AppOptions, runOptions *options.RunOptions) CommandRunner {
Severity: Minor
Found in subcommand/run.go by golint

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build windows
Severity: Minor
Found in runner/permissions_windows.go by gofmt

exported var ZeroDuration should have comment or be unexported
Open

var ZeroDuration = Duration{time.Duration(0)}
Severity: Minor
Found in util/json.go by golint

exported type BuilderFactory should have comment or be unexported
Open

    BuilderFactory    func() (*command.Builder, error)
Severity: Minor
Found in runner/task.go by golint

exported type ScratchSpace should have comment or be unexported
Open

type ScratchSpace struct {
Severity: Minor
Found in scratch/scratch.go by golint

exported method ScratchSpace.WriteScript should have comment or be unexported
Open

func (s *ScratchSpace) WriteScript(script string) (string, error) {
Severity: Minor
Found in scratch/scratch.go by golint

exported type CommandRunner should have comment or be unexported
Open

type CommandRunner func(*config.Config) error
Severity: Minor
Found in subcommand/command.go by golint

exported method ScratchSpace.Scratch should have comment or be unexported
Open

func (s *ScratchSpace) Scratch() string {
Severity: Minor
Found in scratch/scratch.go by golint

exported type BuilderSetFactory should have comment or be unexported
Open

    BuilderSetFactory func() ([]*command.Builder, error)
Severity: Minor
Found in runner/task.go by golint

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

    ScratchDir   = ".ij"
Severity: Minor
Found in scratch/scratch.go by golint

exported function RunParallel should have comment or be unexported
Open

func RunParallel(tasks ...func()) *sync.WaitGroup {
Severity: Minor
Found in util/parallel.go by golint

exported method ScratchSpace.Prune should have comment or be unexported
Open

func (s *ScratchSpace) Prune(logger logging.Logger) error {
Severity: Minor
Found in scratch/scratch.go by golint

exported method Duration.MarshalJSON should have comment or be unexported
Open

func (d Duration) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in util/json.go by golint

exported function UnmarshalStringList should have comment or be unexported
Open

func UnmarshalStringList(raw json.RawMessage) ([]string, error) {
Severity: Minor
Found in util/json.go by golint

2: cannot find package "github.com/efritz/ij/logging" in any of:
Open

    "github.com/efritz/ij/logging"
Severity: Minor
Found in command/output.go by govet

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
Severity: Minor
Found in command/util_unix.go by gofmt

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
Severity: Minor
Found in runner/permissions_unix.go by gofmt

exported type TaskRunner should have comment or be unexported
Open

    TaskRunner interface {
Severity: Minor
Found in runner/task.go by golint

exported function NewScratchSpace should have comment or be unexported
Open

func NewScratchSpace(runID, projectDir, scratchRoot string, keepWorkspace bool) *ScratchSpace {
Severity: Minor
Found in scratch/scratch.go by golint
Severity
Category
Status
Source
Language