Support multinamespace informer filtering #1745
Annotations
1 error and 7 warnings
lint
issues found
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/chains/chains. Supported file pattern: go.sum
|
lint:
pkg/reconciler/filter.go#L46
exported: comment on exported function TaskRunInformerFilterFuncWithOwnership should be of the form "TaskRunInformerFilterFuncWithOwnership ..." (revive)
|
lint:
pkg/reconciler/taskrun/controller.go#L56
unused-parameter: parameter 'impl' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/reconciler/taskrun/controller.go#L57
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/reconciler/pipelinerun/controller.go#L59
unused-parameter: parameter 'impl' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/reconciler/pipelinerun/controller.go#L60
unused-parameter: parameter 'name' seems to be unused, consider removing or renaming it as _ (revive)
|