feat: add 'watcher' interface to file sync #7250
Annotations
5 errors and 1 warning
Run make lint:
core/pkg/sync/file/fsnotify_watcher.go#L17
error returned from external package is unwrapped: sig: func github.com/fsnotify/fsnotify.NewWatcher() (*github.com/fsnotify/fsnotify.Watcher, error) (wrapcheck)
|
Run make lint:
core/pkg/sync/file/fsnotify_watcher.go#L25
error returned from external package is unwrapped: sig: func (*github.com/fsnotify/fsnotify.Watcher).Close() error (wrapcheck)
|
Run make lint:
core/pkg/sync/file/fsnotify_watcher.go#L30
error returned from external package is unwrapped: sig: func (*github.com/fsnotify/fsnotify.Watcher).Add(name string) error (wrapcheck)
|
Run make lint:
core/pkg/sync/file/fsnotify_watcher.go#L35
error returned from external package is unwrapped: sig: func (*github.com/fsnotify/fsnotify.Watcher).Remove(name string) error (wrapcheck)
|
Run make lint
Process completed with exit code 2.
|
Setup go
Restore cache failed: Dependencies file is not found in /home/runner/work/flagd/flagd. Supported file pattern: go.sum
|
Loading