Merge pull request #49920 from mmorel-35/fix-nakedret

pluginrpc-gen: align generator with generated
This commit is contained in:
Sebastiaan van Stijn
2025-06-30 12:18:27 +02:00
committed by GitHub
9 changed files with 247 additions and 30 deletions

View File

@@ -264,9 +264,6 @@ linters:
http-status-code: true
exclusions:
paths:
- volume/drivers/proxy.go # TODO: this is a generated file but with an invalid header, see https://github.com/moby/moby/pull/46274
rules:
# We prefer to use an "linters.exclusions.rules" so that new "default" exclusions are not
# automatically inherited. We can decide whether or not to follow upstream