containers / common

Location for shared common files in github.com/containers repos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enable ginkgolinter and testifylint

Luap99 opened this issue · 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.