Skip to content

feat: Component best practices- async flags check #329

feat: Component best practices- async flags check

feat: Component best practices- async flags check #329

Triggered via pull request April 16, 2024 09:08
Status Failure
Total duration 37s
Artifacts

ci.yml

on: pull_request
General checks, tests and coverage reporting
27s
General checks, tests and coverage reporting
Fit to window
Zoom out
Zoom in

Annotations

10 errors
General checks, tests and coverage reporting: src/linter/ui5Types/SourceFileLinter.ts#L72
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
General checks, tests and coverage reporting: src/linter/ui5Types/SourceFileLinter.ts#L473
Type boolean trivially inferred from a boolean literal, remove type annotation
General checks, tests and coverage reporting: src/linter/ui5Types/SourceFileLinter.ts#L477
This line has a length of 133. Maximum allowed is 120
General checks, tests and coverage reporting: src/linter/ui5Types/SourceFileLinter.ts#L486
Unsafe member access .value on an `any` value