mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	Enable addtional linters (#34085)
enable mirror, usestdlibbars and perfsprint part of: https://github.com/go-gitea/gitea/issues/34083 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -358,7 +358,7 @@ func (g *GithubDownloaderV3) convertGithubRelease(ctx context.Context, rel *gith | ||||
| 				} | ||||
|  | ||||
| 				g.waitAndPickClient(ctx) | ||||
| 				req, err := http.NewRequestWithContext(ctx, "GET", redirectURL, nil) | ||||
| 				req, err := http.NewRequestWithContext(ctx, http.MethodGet, redirectURL, nil) | ||||
| 				if err != nil { | ||||
| 					return nil, err | ||||
| 				} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user