Configure lint in actions, add PR template and dependency updates through renovate #1
Annotations
10 errors
frontends/markdown.go#L60
func `(*mdConfig).formatWind` is unused (unused)
|
frontends/markdown.go#L89
func `(*mdConfig).formatVisibility` is unused (unused)
|
frontends/markdown.go#L97
func `(*mdConfig).formatRain` is unused (unused)
|
backends/open-meteo.com.go#L19
field `language` is unused (unused)
|
backends/worldweatheronline.com.go#L138
S1009: should omit nil check; len() for []struct{Value string} is defined as zero (gosimple)
|
backends/worldweatheronline.com.go#L185
S1009: should omit nil check; len() for []github.com/schachmat/wego/backends.wwoCond is defined as zero (gosimple)
|
backends/worldweatheronline.com.go#L353
S1009: should omit nil check; len() for []struct{Msg string} is defined as zero (gosimple)
|
backends/worldweatheronline.com.go#L362
S1009: should omit nil check; len() for []github.com/schachmat/wego/backends.wwoCond is defined as zero (gosimple)
|
backends/openweathermap.org.go#L27
structtag: struct field tag `json: "timezone"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
backends/openweathermap.org.go#L29
structtag: struct field tag `json: "sunrise"` not compatible with reflect.StructTag.Get: bad syntax for struct tag value (govet)
|
This job failed
Loading