net/dnscache: ignore annoying staticcheck check
This commit is contained in:
parent
d44325295e
commit
bd0e20f351
@ -22,6 +22,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
func preferGoResolver() bool {
|
func preferGoResolver() bool {
|
||||||
|
//lint:ignore S1008 disagree; prefer comments
|
||||||
|
|
||||||
// There does not appear to be a local resolver running
|
// There does not appear to be a local resolver running
|
||||||
// on iOS, and NetworkExtension is good at isolating DNS.
|
// on iOS, and NetworkExtension is good at isolating DNS.
|
||||||
// So do not use the Go resolver on macOS/iOS.
|
// So do not use the Go resolver on macOS/iOS.
|
||||||
|
Loading…
Reference in New Issue
Block a user