Skip to content

ci(charts): add linting and publishing jobs #32

ci(charts): add linting and publishing jobs

ci(charts): add linting and publishing jobs #32

Triggered via push December 30, 2023 15:22
Status Failure
Total duration 21s
Artifacts

lint-code.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/indexer/indexer.go#L1
Missed header for check (goheader)
lint: pkg/indexer/indexer.go#L7
import 'github.com/go-logr/logr' is not allowed from list 'Main' (depguard)
lint: pkg/indexer/indexer.go#L8
import 'github.com/projectcapsule/capsule/pkg/indexer/tenant' is not allowed from list 'Main' (depguard)
lint: pkg/indexer/indexer.go#L9
import 'github.com/projectcapsule/capsule/pkg/utils' is not allowed from list 'Main' (depguard)
lint: pkg/indexer/indexer.go#L10
import 'sigs.k8s.io/controller-runtime/pkg/manager' is not allowed from list 'Main' (depguard)
lint: pkg/controller/serviceaccount/rolebindings.go#L11
Function 'ensureRoles' is too long (101 > 60) (funlen)
lint: pkg/controller/serviceaccount/serviceaccount.go#L75
Function 'Reconcile' is too long (89 > 60) (funlen)
lint: pkg/controller/serviceaccount/tokens.go#L6
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/maxgio92/capsule-addon-fluxcd) (gci)
lint: pkg/controller/serviceaccount/tokens.go#L7
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/maxgio92/capsule-addon-fluxcd) (gci)
lint: pkg/controller/serviceaccount/globaltenantresources.go#L4
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/maxgio92/capsule-addon-fluxcd) (gci)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/