feat(ecs): Add TaskDefinitionFamily #3830
Annotations
10 errors and 2 warnings
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L22
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane-contrib/provider-aws) --custom-order (gci)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L26
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane-contrib/provider-aws) --custom-order (gci)
|
Lint:
pkg/controller/ecs/taskdefinitionfamily/conversions.go#L20
File is not `gci`-ed with --skip-generated -s standard -s default -s prefix(github.com/crossplane-contrib/provider-aws) --custom-order (gci)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L60
cyclomatic complexity 190 of func `GenerateTaskDefinitionFamilyFromDescribe` is high (> 10) (gocyclo)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L29
cyclomatic complexity 12 of func `LateInitialize` is high (> 10) (gocyclo)
|
Lint:
pkg/controller/ecs/taskdefinitionfamily/controller.go#L234
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L88
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L100
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L126
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Lint:
pkg/clients/ecs/taskdefinitionfamily/task_definition_family.go#L135
S1021: should merge variable declaration with assignment on next line (gosimple)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe, actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84, golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "output".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading