Fix lint issues detected by golangci v2

This commit is contained in:
Manuel Rüger
2025-04-02 16:36:03 +02:00
parent a0c6abfa6d
commit f24d8c8957
4 changed files with 12 additions and 8 deletions

View File

@@ -325,7 +325,7 @@ func processFile(
}
var finalVersionMessage string
var shouldUpdatePage bool = true
var shouldUpdatePage = true
if cCtx.Bool("changes-only") {
contentHash := getSHA1Hash(html)