feat: import all vars exported from package #674
Annotations
10 warnings
validate:
src/pkg/bundler/bundler.go#L18
exported type Pusher should have comment or be unexported
|
validate:
src/pkg/bundler/bundler.go#L11
exported type Bundler should have comment or be unexported
|
validate:
src/pkg/bundler/remotebundle.go#L20
exported type RemoteBundleOpts should have comment or be unexported
|
validate:
src/pkg/bundler/bundler.go#L21
exported type Options should have comment or be unexported
|
validate:
src/pkg/bundler/bundler.go#L28
exported function NewBundler should have comment or be unexported
|
validate:
src/pkg/bundler/remotebundle.go#L26
exported type RemoteBundle should have comment or be unexported
|
validate:
src/pkg/bundler/remotebundle.go#L32
exported function NewRemoteBundle should have comment or be unexported
|
validate:
src/pkg/bundler/localbundle.go#L29
exported type LocalBundleOpts should have comment or be unexported
|
validate:
src/pkg/bundler/remotebundle.go#L74
var pkgUrl should be pkgURL
|
validate:
src/pkg/bundler/localbundle.go#L41
exported function NewLocalBundle should have comment or be unexported
|