Add highlight overlay #156
integration.yml
on: push
Run integration tests
1m 3s
Annotations
10 errors
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L197
Unnecessary optional chain on a non-nullish value
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L195
Promise-returning function provided to attribute where a void return was expected
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L184
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L183
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L168
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L167
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L165
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
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L24
Prefer `globalThis` over `window`
|
|
Run integration tests:
src/MafSequenceWidget/MafSequenceWidget.tsx#L24
Compare with `undefined` directly instead of using `typeof`
|
|
Run integration tests:
src/LinearMafDisplay/stateModel.ts#L11
`SessionWithWidgets` import should occur before import of `getContainingTrack`
|