mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:04:02 +03:00
Update to the latest golangci-lint
This commit is contained in:
@@ -35,7 +35,7 @@ func (suite *FireholTestSuite) SetupSuite() {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
defer filefp.Close()
|
||||
defer filefp.Close() //nolint: errcheck
|
||||
|
||||
io.Copy(w, filefp) //nolint: errcheck
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user