Conversation
* Ship a consistent lint workflow to all providers. * Ship a consistent `.golangci.yml` to all providers. * Rename lint_provider to lint for consistency across all providers. Rolling this out will likely require resolving some lint errors first. I'll do a dry run across all providers to see how bad it is first.
blampe
added a commit
to pulumi/pulumi-provider-boilerplate
that referenced
this pull request
Feb 3, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
pose
reviewed
Feb 4, 2026
Comment on lines
265
to
279
Member
There was a problem hiding this comment.
(minor) @blampe Do we want to move this to a lint.mk file and include it?
pose
approved these changes
Feb 4, 2026
blampe
added a commit
to pulumi/pulumi-command
that referenced
this pull request
Feb 4, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes
that referenced
this pull request
Feb 5, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes
that referenced
this pull request
Feb 5, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-terraform
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-terraform
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-docker-build
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes-ingress-nginx
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-docker-build
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes-ingress-nginx
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes-coredns
that referenced
this pull request
Feb 6, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes
that referenced
this pull request
Feb 9, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024. The bulk of this is long-line-length fixes and dot-import fixes.
blampe
added a commit
to pulumi/pulumi-kubernetes-cert-manager
that referenced
this pull request
Feb 10, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
blampe
added a commit
to pulumi/pulumi-kubernetes-cert-manager
that referenced
this pull request
Feb 10, 2026
Lint fixes in preparation of pulumi/ci-mgmt#2024.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Followup to #2018.
.golangci.ymlto all providers.make lint.make lint_providertomake lintfor consistency across all providers.Rolling this out will require resolving some lint errors first. I'll do a dry run across all providers to see how bad it is first.