feat: add 'watcher' interface to file sync #7250
build.yaml
on: pull_request
lint
2m 42s
docs-check
1m 21s
test
2m 20s
docker-local
2m 13s
integration-test
1m 56s
Annotations
6 errors and 6 warnings
integration-test
Process completed with exit code 1.
|
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)
|
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)
|
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)
|
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)
|
lint
Process completed with exit code 2.
|
docs-check
Restore cache failed: Dependencies file is not found in /home/runner/work/flagd/flagd. Supported file pattern: go.sum
|
integration-test
Restore cache failed: Dependencies file is not found in /home/runner/work/flagd/flagd. Supported file pattern: go.sum
|
docker-local
Restore cache failed: Dependencies file is not found in /home/runner/work/flagd/flagd. Supported file pattern: go.sum
|
test
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/e0b68c6749509c5f83f984dd99a76a1c1a231044/dist/codecov' failed with exit code 1
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/flagd/flagd. Supported file pattern: go.sum
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/flagd/flagd. Supported file pattern: go.sum
|