forked from Silverfish/proton-bridge
chore: update golangci-lint to 1.61.0.
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user