Skip to content

refactor: refine client opts #135

refactor: refine client opts

refactor: refine client opts #135

Triggered via pull request December 14, 2023 11:54
Status Failure
Total duration 30s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
lint
issues found
lint: internal/watch/watch.go#L42
exported: type name will be used as watch.WatchOptions by other packages, and that stutters; consider calling this Options (revive)
lint: client/options.go#L22
exported: type name will be used as client.ClientOptions by other packages, and that stutters; consider calling this Options (revive)
lint: client/options.go#L46
exported: type name will be used as client.ClientOption by other packages, and that stutters; consider calling this Option (revive)