Skip to content

Migrate Rankings Table to React #13586

Migrate Rankings Table to React

Migrate Rankings Table to React #13586

Triggered via pull request January 21, 2025 11:59
Status Failure
Total duration 1m 13s
Artifacts

ruby.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
test: app/webpacker/components/Results/Rankings/index.jsx#L82
This line has a length of 110. Maximum allowed is 100.
test: app/webpacker/components/Results/resultsFilter.jsx#L59
A form label must be associated with a control.
test: app/webpacker/components/Results/resultsFilter.jsx#L76
A form label must be associated with a control.
test: app/webpacker/components/Results/resultsFilter.jsx#L84
A form label must be associated with a control.
test
Process completed with exit code 65.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: app/webpacker/components/RegistrationsV2/Register/CompetingStep.jsx#L175
The 'actionCreateRegistration' function makes the dependencies of useCallback Hook (at line 264) change on every render. Move it inside the useCallback callback. Alternatively, wrap the definition of 'actionCreateRegistration' in its own useCallback() Hook.
test: app/webpacker/components/RegistrationsV2/Register/CompetingStep.jsx#L187
The 'actionUpdateRegistration' function makes the dependencies of useCallback Hook (at line 264) change on every render. Move it inside the useCallback callback. Alternatively, wrap the definition of 'actionUpdateRegistration' in its own useCallback() Hook.
test: app/webpacker/components/RegistrationsV2/Register/CompetingStep.jsx#L211
The 'actionReRegister' function makes the dependencies of useCallback Hook (at line 264) change on every render. Move it inside the useCallback callback. Alternatively, wrap the definition of 'actionReRegister' in its own useCallback() Hook.