Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hygiene: enable additional lint presets.
This PR opts us into remaining `golangci` presets and removes the `disable-all` configuration such that we automatically inherit new default linters. To get here, I opted out from `staticcheck` and `ineffassign`, both of which will require us to clean up existing issues prior to enablement. That can be done in future PRs. Context: tektoncd#5899
- Loading branch information