Open tonistiigi opened 1 day ago
There are couple of cases (eg. when using --call check) that do an early return that can skip running defers and (for example reporting metrics).
--call check
After fixing https://github.com/docker/buildx/blob/master/.golangci.yml#L38 linter rule should be enabled.
There are couple of cases (eg. when using
--call check
) that do an early return that can skip running defers and (for example reporting metrics).After fixing https://github.com/docker/buildx/blob/master/.golangci.yml#L38 linter rule should be enabled.