fix(envbuilder): make init command more readable #1176
Annotations
9 errors
Lint:
cmd/envbuilder/main.go#L14
could not import github.com/coder/envbuilder (-: # github.com/coder/envbuilder
|
Lint:
envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
Lint:
envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune)) (typecheck)
|
Lint:
envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
Lint:
envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune) (typecheck)
|
Lint:
integration/integration_test.go#L29
could not import github.com/coder/envbuilder (-: # github.com/coder/envbuilder
|
Lint:
envbuilder.go#L110
cannot use initCmd (variable of type []string) as string value in argument to wordwrap.WrapString
|
Lint:
envbuilder.go#L111
invalid operation: " " + line (mismatched types untyped string and rune)) (typecheck)
|
Lint
Process completed with exit code 2.
|
Loading