chore: enabling a few more linters (#5961)

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
Yolan Romailler
2024-01-25 16:24:58 +01:00
committed by GitHub
parent c369df5c37
commit 2fe69a828f
11 changed files with 77 additions and 28 deletions

View File

@ -178,7 +178,6 @@ func (iss *InternalIssuer) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {
return d.ArgErr()
}
iss.SignWithRoot = true
}
}
return nil