slsa-github-generator
slsa-github-generator copied to clipboard
[refactor] Enable and fix linter issues
trafficstars
The following unchecked golangci-lint linters are currently generating issues and disabled. We need to enable them and fix the issues encountered.
- [ ] errcheck
- [ ] errorlint
- [ ] exportloopref
- [ ] gocritic
- [ ] godox
- [ ] goerr113
- [ ] gosec
- [ ] govet
- [ ] lll
- [ ] nestif
- [ ] paralleltest
- [ ] stylecheck
- [ ] thelper
- [ ] wrapcheck