Skip to content

feat: import all vars exported from package #674

feat: import all vars exported from package

feat: import all vars exported from package #674

Triggered via pull request February 21, 2024 20:57
Status Success
Total duration 4m 47s
Artifacts

scan-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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