chore(lint): bump to v2.5.0 and enable godoclint (#7632)

This commit is contained in:
Ville Vesilehto
2025-10-23 20:01:57 +03:00
committed by GitHub
parent 4ca99cd7b6
commit b72d267a29
14 changed files with 13 additions and 15 deletions

View File

@@ -23,9 +23,9 @@ const (
// These are defined processing mode.
const (
// Processing should stop after completing this rule
// Stop processing should stop after completing this rule
Stop = "stop"
// Processing should continue to next rule
// Continue processing should continue to next rule
Continue = "continue"
)