oxford instrument jcamp #6323
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
nodejs.yml
on: pull_request
nodejs
/
prepare
17s
stylelint
53s
nodejs
/
lint-eslint
1m 29s
nodejs
/
lint-prettier
50s
nodejs
/
lint-check-types
56s
Matrix: nodejs / test
Annotations
8 errors and 10 warnings
nodejs / lint-check-types:
src/component/1d/ranges/Ranges.tsx#L59
Property 'showRangesIntegrals' does not exist on type 'RangesViewState'.
|
nodejs / lint-check-types:
src/component/hooks/useActiveSpectrumRangesViewState.ts#L10
Type '{ showPeaks: false; showMultiplicityTrees: false; showRangesIntegrals: boolean; showJGraph: false; displayingMode: "spread"; }' is not assignable to type 'RangesViewState'.
|
nodejs / lint-check-types:
src/component/panels/RangesPanel/RangesHeader.tsx#L68
Property 'showRangesIntegrals' does not exist on type 'RangesViewState'.
|
nodejs / lint-check-types:
src/component/panels/RangesPanel/RangesHeader.tsx#L117
Type '"showRangesIntegrals"' is not assignable to type '"showPeaks" | "showMultiplicityTrees" | "showJGraph" | "showIntegrals"'. Did you mean '"showIntegrals"'?
|
nodejs / lint-check-types:
src/component/reducer/Reducer.ts#L51
Property 'integrals' is missing in type '{ molecules: {}; ranges: {}; zones: {}; peaks: {}; spectra: { activeSpectra: {}; activeTab: string; showLegend: false; selectReferences: {}; }; zoom: { levels: {}; }; verticalAlign: {}; predictions: {}; currentSimulatedSpectrumKey: null; }' but required in type 'ViewState'.
|
nodejs / lint-check-types:
src/component/reducer/preferences/utilities/getPreferencesByWorkspace.ts#L7
Return type of exported function has or is using name 'WorkspaceMeta' from external module "/home/runner/work/nmrium/nmrium/node_modules/nmr-load-save/nmr-load-save" but cannot be named.
|
nodejs / lint-check-types:
src/component/toolbar/ToolTypes.ts#L36
Property 'phaseCorrectionTwoDimensions' is missing in type '{ zoom: { id: string; label: string; hasOptionPanel: false; isFilter: false; isToggle: true; }; peakPicking: { id: string; label: string; hasOptionPanel: true; isFilter: false; mode: "1D"; spectraOptions: { ...; }[]; isToggle: true; }; ... 25 more ...; autoRangeAndZonePicking: { ...; }; }' but required in type 'RecordOptions'.
|
nodejs / lint-check-types
Process completed with exit code 1.
|
nodejs / lint-eslint:
src/component/1d/integral/IntegralsSeries.tsx#L5
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/integral/IntegralsSeries.tsx#L6
`../../hooks/useSpectrum` import should occur before import of `./Integral`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L5
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L6
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L6
`../utilities/getDecimalsCount` import should occur before import of `../utilities/intersectionResolver`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L7
There should be at least one empty line between import groups
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakAnnotationsSpreadMode.tsx#L13
`react` import should occur before import of `../../highlight`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakEditionManager.tsx#L16
`../../elements/formik/FormikInput` import should occur before import of `../../hooks/useActiveSpectrum`
|
nodejs / lint-eslint:
src/component/1d/peaks/PeakEditionManager.tsx#L44
Unexpected empty method 'onEdit'
|
nodejs / lint-eslint:
src/component/1d/peaks/Peaks.tsx#L8
There should be at least one empty line between import groups
|