feat: fetch start command for bootstrap from samples.json #4000
Annotations
10 errors
Run golangci/golangci-lint-action@v4:
cmd/bootstrap.go#L13
could not import github.com/supabase/cli/internal/bootstrap (-: # github.com/supabase/cli/internal/bootstrap
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L7
"io" imported and not used
|
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L154
cannot use errors.Errorf("failed to read file: %v", err) (value of type *"github.com/go-errors/errors".Error) as string value in return statement
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L160
cannot use errors.Errorf("failed to unmarshal JSON: %v", err) (value of type *"github.com/go-errors/errors".Error) as string value in return statement) (typecheck)
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L1
: # github.com/supabase/cli/internal/bootstrap [github.com/supabase/cli/internal/bootstrap.test]
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L7
"io" imported and not used
|
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L154
cannot use errors.Errorf("failed to read file: %v", err) (value of type *"github.com/go-errors/errors".Error) as string value in return statement
|
Run golangci/golangci-lint-action@v4:
internal/bootstrap/bootstrap.go#L160
cannot use errors.Errorf("failed to unmarshal JSON: %v", err) (value of type *"github.com/go-errors/errors".Error) as string value in return statement (typecheck)
|
Loading