mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
add golangci-lint linter (#5499)
This commit is contained in:
@@ -78,7 +78,5 @@ func TestHeader(t *testing.T) {
|
||||
t.Errorf("Test %d: Expected flag state=%t, but got %t", i, test.expected, test.got(m))
|
||||
continue
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -46,5 +46,4 @@ func parse(c *caddy.Controller) ([]Rule, error) {
|
||||
}
|
||||
}
|
||||
return nil, c.ArgErr()
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user