automation-tests/cmd/podman/system
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
..
connection Refine public key usage when remote 2020-12-10 15:32:37 -07:00
connection.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
df.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
events.go Remove some more excessive wrapping and stuttering 2020-11-17 09:19:22 -05:00
info.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
migrate.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
prune.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
renumber.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00
reset.go Remove some more excessive wrapping and stuttering 2020-11-17 09:19:22 -05:00
service.go Fix problems reported by staticcheck 2021-01-12 16:11:09 +01:00
service_abi.go Close the stdin/tty when using podman as a restAPI. 2020-12-17 06:36:39 -05:00
system.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
unshare.go Add system test for shell completion 2020-12-09 19:13:28 +01:00
version.go Add shell completion with cobra 2020-11-12 11:38:31 +01:00