Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: apply x/tools/modernize fixes and validation #3053

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tonistiigi
Copy link
Member

Autogenerated

Same as moby/buildkit#5820

hasNetworkHostEntitlement = true
break
}
if slices.Contains(allowInsecureEntitlements, "network.host") {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hasNetworkHostEntitlement=

build/dial.go Outdated
found = true
break
}
if slices.ContainsFunc(rn.platforms, platforms.Only(p).Match) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if slices.ContainsFunc

break
}
}
found := slices.Contains(refs, ref)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if !slices.Contains

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant