-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
Good first issuehelp wantedkind/featureA request for, or a PR adding, new functionalityA request for, or a PR adding, new functionality
Description
Most github.com/containers projects use https://github.com/golangci/golangci-lint which improved the quality of the code and the quality of the CI. Currently, c/image uses golintwhich is a smaller subset of what golangci-lint can do.
Steps for migration:
- Run
golangci-lint runand fix the reported issues - preferably in small and easy to digest/review commits. - Let
make lintuse golangci-lint.
Metadata
Metadata
Assignees
Labels
Good first issuehelp wantedkind/featureA request for, or a PR adding, new functionalityA request for, or a PR adding, new functionality