mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 19:54:01 +03:00
Update golangci-linter
This commit is contained in:
+1
-1
@@ -40,5 +40,5 @@ func request(url string) (io.ReadCloser, error) {
|
||||
return nil, fmt.Errorf("cannot perform a request: %w", err)
|
||||
}
|
||||
|
||||
return resp.Body, err
|
||||
return resp.Body, err // nolint: wrapcheck
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user