Feature/edit company profile page 299 #1270
Triggered via pull request
September 18, 2023 21:04
Status
Failure
Total duration
1m 31s
Artifacts
–
Annotations
10 errors and 7 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#L32
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L37
The closing bracket must be aligned with the opening tag (expected column 13)
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L61
This line has a length of 227. Maximum allowed is 140
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L61
Missing trailing comma
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L116
'err' is defined but never used. Allowed unused args must match /^_/u
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L241
This line has a length of 154. Maximum allowed is 140
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L274
Expected closing tag to match indentation of opening
|
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#L32
'style' is missing in props validation
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L32
'image' is missing in props validation
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L32
'imageAlt' is missing in props validation
|
build:
src/components/Company/Edit/EditCompanyProfileForm.js#L91
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/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
|