chore: update golangci-lint to 1.61.0.

This commit is contained in:
Xavier Michelon
2024-10-09 12:40:22 +02:00
parent b481ce2203
commit bee2642aec
15 changed files with 29 additions and 24 deletions

View File

@ -99,7 +99,7 @@ func GetArticleIndex(url string) (uint64, error) {
if index == -1 {
return 0, ErrArticleNotFound
}
return uint64(index), nil
return uint64(index), nil //nolint:gosec // disable G115
}
func simplifyUserInput(input string) string {