umputun / feed-master

Pulls multiple podcast feeds (RSS) and republishes as a common feed, properly sorted and podcast-client friendly.
https://feed-master.umputun.dev
MIT License
118 stars 26 forks source link

fix golangcilint errors on err variable reassignment #88

Closed paskal closed 2 years ago

paskal commented 2 years ago

Error:

sloppyReassign: re-assignment to `err` can be replaced with `err := tmpFile.Close()` (gocritic)

Also, I noticed that error is not attributed to the right line, a change in ci.yaml fixes that.