mirror of
https://github.com/containers/podman.git
synced 2025-08-02 17:22:30 +08:00
enable errcheck linter
The errcheck linter makes sure that errors are always check and not ignored by accident. It spotted a lot of unchecked errors, mostly in the tests but also some real problem in the code. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -24,8 +24,6 @@ var _ = Describe("Podman commit", func() {
|
||||
Expect(err).To(BeNil())
|
||||
podmanTest = PodmanTestCreate(tempdir)
|
||||
podmanTest.Setup()
|
||||
err = podmanTest.SeedImages()
|
||||
Expect(err).To(BeNil())
|
||||
})
|
||||
|
||||
AfterEach(func() {
|
||||
|
Reference in New Issue
Block a user