Sync v0.0.24 #4
Annotations
3 errors and 3 warnings
lint:
provider/cmd/pulumi-resource-pgedge/main.go#L25
File is not `gofmt`-ed with `-s` (gofmt)
|
lint
issues found
|
lint
Process completed with exit code 2.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
provider/resources.go#L7
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
|
lint:
provider/resources.go#L26
unused-parameter: parameter 'res' seems to be unused, consider removing or renaming it as _ (revive)
|