mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00: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:
@ -34,7 +34,7 @@ func GiteaUpdateChecker(httpEndpoint string) error {
|
||||
},
|
||||
}
|
||||
|
||||
req, err := http.NewRequest("GET", httpEndpoint, nil)
|
||||
req, err := http.NewRequest(http.MethodGet, httpEndpoint, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user