containers/common

enable ginkgolinter and testifylint

Luap99 opened this issue · 2 comments

These linters provide helpful warnings to write better error assertions in case tests fail.
Right now there are a lot of report errors with them.

About ginkgolinter, many of its warnings can be auto fixef by the ginkgolinter cmd. (golangci-lint does not support auto fix).

Yes thanks for the very useful linter! I am aware of the auto fix option as I used it on Podman before and it was super helpful.