Skip to content

deps: skuba 7.1.1

deps: skuba 7.1.1 #833

Triggered via push August 16, 2023 03:16
Status Failure
Total duration 1m 30s
Artifacts

validate.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Test: src/createCloudWatchClient.ts#L34
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Lint & Test: src/createLambdaExtensionClient.test.ts#L9
Unexpected empty arrow function
Lint & Test: src/createLambdaExtensionClient.ts#L72
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Lint & Test: src/createNoOpClient.ts#L11
Unexpected empty method 'increment'
Lint & Test: src/createNoOpClient.ts#L12
Unexpected empty method 'decrement'
Lint & Test: src/createNoOpClient.ts#L13
Unexpected empty method 'histogram'
Lint & Test: src/createNoOpClient.ts#L14
Unexpected empty method 'timing'
Lint & Test: src/createStatsDClient.ts#L12
Interface only has a call signature, you should use a function type instead
Lint & Test: src/createTimedSpan.test.ts#L77
Unexpected empty arrow function
Lint & Test: src/createTimedSpan.ts#L42
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator