mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
chore(lint): bump to v2.5.0 and enable godoclint (#7632)
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user