Update GitHub Actions workflows. (#814)
This PR was triggered by @t0yv0 generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit
[bf992a9000f6297ee7e288347f354ed2ca8d6bbf](bf992a9000).
Co-authored-by: Pulumi Bot <bot@pulumi.com>
This commit is contained in:
committed by
GitHub
parent
b0c5918c7c
commit
afe301cb52
@@ -21,7 +21,7 @@ java = 'corretto-11'
|
|||||||
"github:pulumi/schema-tools" = "0.6.0"
|
"github:pulumi/schema-tools" = "0.6.0"
|
||||||
"go:github.com/pulumi/upgrade-provider" = "main"
|
"go:github.com/pulumi/upgrade-provider" = "main"
|
||||||
"aqua:gradle/gradle-distributions" = '7.6.6'
|
"aqua:gradle/gradle-distributions" = '7.6.6'
|
||||||
golangci-lint = "1.64.8" # See note about about overrides if you need to customize this.
|
golangci-lint = "2.2.2" # See note about about overrides if you need to customize this.
|
||||||
"npm:yarn" = "1.22.22"
|
"npm:yarn" = "1.22.22"
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt
|
||||||
|
|
||||||
version: "2"
|
version: "2"
|
||||||
linters:
|
linters:
|
||||||
enable:
|
enable:
|
||||||
@@ -22,6 +24,11 @@ linters:
|
|||||||
- third_party$
|
- third_party$
|
||||||
- builtin$
|
- builtin$
|
||||||
- examples$
|
- examples$
|
||||||
|
rules:
|
||||||
|
- linters:
|
||||||
|
- revive
|
||||||
|
path: pkg/version/
|
||||||
|
text: "var-naming" # https://github.com/pulumi/ci-mgmt/issues/2100
|
||||||
formatters:
|
formatters:
|
||||||
enable:
|
enable:
|
||||||
- gci
|
- gci
|
||||||
@@ -29,11 +36,11 @@ formatters:
|
|||||||
settings:
|
settings:
|
||||||
gci:
|
gci:
|
||||||
sections:
|
sections:
|
||||||
- standard
|
- standard # Standard section: captures all standard library packages.
|
||||||
- blank
|
- blank # Blank section: contains all blank imports.
|
||||||
- default
|
- default # Default section: contains all imports that could not be matched to another section type.
|
||||||
- prefix(github.com/pulumi/)
|
- prefix(github.com/pulumi/) # Custom section: groups all imports with the github.com/pulumi/ prefix.
|
||||||
- prefix(github.com/pulumi/pulumi-docker-build)
|
- prefix(github.com/pulumi/pulumi-docker-build) # Custom section: local imports
|
||||||
custom-order: true
|
custom-order: true
|
||||||
exclusions:
|
exclusions:
|
||||||
generated: lax
|
generated: lax
|
||||||
|
|||||||
Reference in New Issue
Block a user