Added logo and screenshots #57
ci.yml
on: pull_request
docker-build-test
1m 50s
Matrix: lint-and-test
Annotations
10 errors
|
lint-and-test (20.x):
backend/src/routes/debug.ts#L181
Async arrow function has no 'await' expression
|
|
lint-and-test (20.x):
backend/src/routes/debug.ts#L137
Forbidden non-null assertion
|
|
lint-and-test (20.x):
backend/src/routes/debug.ts#L131
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint-and-test (20.x):
backend/src/routes/debug.ts#L115
Unnecessary conditional, value is always falsy
|
|
lint-and-test (20.x):
backend/src/routes/debug.ts#L105
Async arrow function has no 'await' expression
|
|
lint-and-test (20.x):
backend/src/routes/config.ts#L14
Async arrow function has no 'await' expression
|
|
lint-and-test (20.x):
backend/src/integrations/hiera/HieraPlugin.ts#L204
Unsafe assignment of an `any` value
|
|
lint-and-test (20.x):
backend/src/bolt/BoltService.ts#L1173
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|
|
lint-and-test (20.x):
backend/src/bolt/BoltService.ts#L1154
Invalid type "number" of template literal expression
|
|
lint-and-test (20.x):
backend/src/bolt/BoltService.ts#L1150
Prefer using nullish coalescing operator (`??=`) instead of an assignment expression, as it is simpler to read
|