mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
Chore: Enable exhaustive linter (#29458)
* Chore: Enable exhaustive linter Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -232,6 +232,8 @@ func (rs *RenderingService) getURL(path string) string {
|
||||
protocol = "http"
|
||||
case setting.HTTP2Scheme, setting.HTTPSScheme:
|
||||
protocol = "https"
|
||||
default:
|
||||
// TODO: Handle other schemes?
|
||||
}
|
||||
|
||||
subPath := ""
|
||||
|
||||
Reference in New Issue
Block a user