Skip to content

feat(count): everything is counted as stats #86

feat(count): everything is counted as stats

feat(count): everything is counted as stats #86

Triggered via pull request August 31, 2023 22:31
Status Failure
Total duration 56s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/service/ec2/addresses.go#L37
commentFormatting: put a space between `//` and comment text (gocritic)
lint: pkg/service/ec2/addresses.go#L41
ifElseChain: rewrite if-else to switch statement (gocritic)
lint: pkg/service/ec2/instance.go#L67
`fucntion` is a misspelling of `function` (misspell)
lint: pkg/service/sns/subscription.go#L47
`if r.Stats` has complex nested blocks (complexity: 6) (nestif)
lint: pkg/service/elasticloadbalancing/loadbalancer.go#L95
`if r.Stats` has complex nested blocks (complexity: 5) (nestif)
lint: pkg/service/elasticloadbalancing/loadbalancer.go#L139
`if r.Stats` has complex nested blocks (complexity: 5) (nestif)
lint: pkg/service/elasticloadbalancing/targetgroups.go#L61
`if r.Stats` has complex nested blocks (complexity: 5) (nestif)
lint: pkg/service/s3/bucket.go#L62
`if r.Stats` has complex nested blocks (complexity: 14) (nestif)
lint: pkg/service/apigateway/deployments.go#L88
composites: github.com/observeinc/aws-snapshot/pkg/api.CountRecords struct literal uses unkeyed fields (govet)
lint: pkg/service/apigateway/restapis.go#L54
composites: github.com/observeinc/aws-snapshot/pkg/api.CountRecords struct literal uses unkeyed fields (govet)
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/