mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 20:22:02 +00:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -268,7 +268,7 @@ func containerPort(port types.Port) v1.ContainerPort {
|
||||
}
|
||||
}
|
||||
|
||||
// Here is the service IPs (placed in /etc/hosts in the Pod)
|
||||
// Here is the service IPs (placed in /etc/hosts in the Pod).
|
||||
func hostAliases(extraHosts []types.HostAlias) []v1.HostAlias {
|
||||
var hostAliases []v1.HostAlias
|
||||
for _, extraHost := range extraHosts {
|
||||
|
Reference in New Issue
Block a user