-
Story
-
Resolution: Unresolved
-
Normal
-
cert-manager-1.19
-
None
In the previous task https://issues.redhat.com/browse/CM-841, a number of issues reported by the default enabled linters were fixed and this tracker is for resolving the issues suggested by the then disabled linters
# depguard has configuration issues in golangci-lint v2 - see https://github.com/golangci/golangci-lint/issues/3906
- depguard
# Below linters will be enabled once the issues reported by enabled linters are fixed.
- dupl
- cyclop
- gocyclo
- gocognit
- err113
- revive
- maintidx
- mnd
# Below linters will be enabled when the golangci-lint is upgraded to the version supporting these.
#- embeddedstructfieldcheck
#- godoclint
#- iotamixing
#- modernize
Acceptance Criteria:
- All reported issues are resolved
- The `lint` target is added to the `verify` target list.