mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
replace reviewdog fully by golangci-lint (#6139)
Signed-off-by: Ondřej Benkovský <ondrej.benkovsky@jamf.com>
This commit is contained in:
@@ -7,7 +7,6 @@ NXDOMAIN depending on the state of the cluster.
|
||||
|
||||
A plugin willing to provide these services must implement the Externaler interface, although it
|
||||
likely only makes sense for the *kubernetes* plugin.
|
||||
|
||||
*/
|
||||
package external
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ var tests = []test.Case{
|
||||
{
|
||||
Qname: "svc1.testns.example.com.", Qtype: dns.TypeSRV, Rcode: dns.RcodeSuccess,
|
||||
Answer: []dns.RR{test.SRV("svc1.testns.example.com. 5 IN SRV 0 100 80 svc1.testns.example.com.")},
|
||||
Extra: []dns.RR{test.A("svc1.testns.example.com. 5 IN A 1.2.3.4")},
|
||||
Extra: []dns.RR{test.A("svc1.testns.example.com. 5 IN A 1.2.3.4")},
|
||||
},
|
||||
// SRV Service Not udp/tcp
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user