Feature/edit company profile page 299 #1265
Triggered via pull request
September 16, 2023 16:19
Status
Failure
Total duration
1m 56s
Artifacts
–
Annotations
10 errors and 5 warnings
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L8
'FormControl' is defined but never used
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L19
'TextEditorComponent' is defined but never used
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L27
'LogoUploadForm' is defined but never used
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L94
'data' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L98
'err' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L223
This line has a length of 154. Maximum allowed is 140
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L256
Expected closing tag to match indentation of opening
|
build:
src/components/Company/Edit/EditCompanySchema.js#L3
'FinishCompanyRegistrationSchema' is defined but never used
|
build:
src/components/Company/Edit/EditCompanyUtils.js#L1
'generalHumanError' is defined but never used
|
build:
src/components/utils/form/MultiOptionTextField.js#L73
Expected indentation of 4 space characters but found 40
|
audit (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L73
Assignments to the 'canEditRaceControl' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|
build:
src/components/HomePage/SearchResultsArea/Offer/OfferDetails.js#L41
Unexpected console statement
|
build:
src/components/Offers/Edit/EditOfferForm.js#L68
Assignments to the 'canEditRaceControl' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
|