Feat/recursive file events #3249
Annotations
10 errors
Codegen
Process completed with exit code 1.
|
E2E Tests (kafka)
Process completed with exit code 2.
|
lint:
eventsources/sources/file/start.go#L167
Error return value of `watcher.Add` is not checked (errcheck)
|
lint:
eventsources/sources/file/start.go#L114
unusedresult: result of fmt.Errorf call not used (govet)
|
lint:
eventsources/sources/file/start.go#L120
unusedresult: result of fmt.Errorf call not used (govet)
|
lint:
eventsources/sources/file/start.go#L174
unusedresult: result of fmt.Errorf call not used (govet)
|
lint:
eventsources/sources/file/start.go#L169
ineffectual assignment to err (ineffassign)
|
lint:
eventsources/sources/file/start.go#L170
SA4009: argument err is overwritten before first use (staticcheck)
|
lint:
eventsources/sources/file/start.go#L172
SA4009(related information): assignment to err (staticcheck)
|
lint
Process completed with exit code 2.
|