Skip to content

Changed cost center input #57

Changed cost center input

Changed cost center input #57

Triggered via pull request December 9, 2024 18:14
Status Failure
Total duration 3m 29s
Artifacts

qe-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L2
There should be no empty line within import group
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L5
There should be at least one empty line between import groups
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L47
'debouncedSearchTerm' is already declared in the upper scope
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L52
Replace `⏎` with `··`
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L77
Replace `selectedOption:·{·value:·string·|·null;·label:·string·}·|·null` with `⏎····selectedOption:·{·value:·string·|·null;·label:·string·}·|·null⏎··`
QE / Lint Node.js
Process completed with exit code 1.
QE / Security check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
QE / Lint Node.js
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L51
Expected blank line before this statement
QE / Lint Node.js: react/components/CostCentersAutocomplete.tsx#L78
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator