pass logger to filter for time consuming information #8070
nodejs.yml
on: pull_request
nodejs
/
prepare
17s
stylelint
35s
nodejs
/
lint-eslint
1m 8s
nodejs
/
lint-prettier
38s
nodejs
/
lint-check-types
44s
Matrix: nodejs / test
Annotations
10 errors and 10 warnings
nodejs / lint-check-types:
src/component/modal/LoadJCAMPModal.tsx#L76
Property 'logger' is missing in type '{ nmriumState: Partial<NmriumState>; resetSourceObject: false; }' but required in type 'InputProps'.
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L319
Object literal may only specify known properties, but 'filters' does not exist in type 'Filter1DOptions[]'. Did you mean to write 'filter'?
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L321
Object literal may only specify known properties, but 'filters' does not exist in type 'Filter2DOptions[]'. Did you mean to write 'filter'?
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L329
Property 'applyFilter' does not exist on type 'typeof Filters1DManager'. Did you mean 'applyFilters'?
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L336
Property 'applyFilter' does not exist on type 'typeof Filters2DManager'. Did you mean 'applyFilters'?
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L359
Object literal may only specify known properties, and 'logger' does not exist in type 'Filter1DOptions[]'.
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L361
Object literal may only specify known properties, and 'logger' does not exist in type 'Filter2DOptions[]'.
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L1180
Argument of type '{ id: string; enabled: boolean; logger: Logger | undefined; }' is not assignable to parameter of type 'string'.
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L1183
Argument of type '{ id: string; enabled: boolean; logger: Logger | undefined; }' is not assignable to parameter of type 'string'.
|
nodejs / lint-check-types:
src/component/reducer/actions/FiltersActions.ts#L1207
Type '(Filter1DEntry | Filter2DEntry)[]' is not assignable to type 'Filter1DEntry[] | Filter2DEntry[]'.
|
nodejs / lint-eslint:
src/component/assignment/index.tsx#L31
Unexpected 'todo' comment: 'TODO: Fix this type error. It's been...'
|
nodejs / lint-eslint:
src/component/elements/Alert.tsx#L139
Do not use Array index in keys
|
nodejs / lint-eslint:
src/component/elements/Button.tsx#L1
Unexpected 'todo' comment: 'TODO resolve the eslint rules'
|
nodejs / lint-eslint:
src/component/elements/InputRange.tsx#L39
Unexpected 'todo' comment: 'TODO: remove this hacky ref usage.'
|
nodejs / lint-eslint:
src/component/elements/NumberInput2Controller.tsx#L19
Capture group '(\.\d+)' should be converted to a named or non-capturing group
|
nodejs / lint-eslint:
src/component/modal/MultipletAnalysisModal.tsx#L175
Unexpected 'todo' comment: 'TODO: handle error'
|
nodejs / lint-eslint:
src/component/panels/RangesPanel/hooks/useMapRanges.ts#L9
Unexpected 'todo' comment: 'TODO need to refactor the ranges table'
|
nodejs / lint-eslint:
src/component/panels/SummaryPanel/utilities/Utilities.ts#L125
Unexpected 'todo' comment: 'TODO: handle default?'
|
nodejs / lint-eslint:
src/component/panels/spectrumSimulation/SpectrumSimulation.tsx#L30
Capture group '(\.\d+)' should be converted to a named or non-capturing group
|
nodejs / lint-eslint:
src/component/reducer/actions/DomainActions.ts#L41
Unexpected 'todo' comment: 'todo: refactor this'
|