automation-tests/pkg/domain/filters
Paul Holzinger 8452b768ec Fix problems reported by staticcheck
`staticcheck` is a golang code analysis tool. https://staticcheck.io/

This commit fixes a lot of problems found in our code. Common problems are:
- unnecessary use of fmt.Sprintf
- duplicated imports with different names
- unnecessary check that a key exists before a delete call

There are still a lot of reported problems in the test files but I have
not looked at those.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-01-12 16:11:09 +01:00
..
containers.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
helpers.go Add volume prune --filter support 2020-12-12 20:07:04 -06:00
pods.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
volumes.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00