Replace AngularJS recon portal with React #2570
main.yml
on: pull_request
Server_Side_Unit_Tests
1m 32s
Server_Side_Linting
3m 21s
Client_Side_Unit_Tests
56s
React_NX_unit_tests
1m 15s
React_NX_linting
38s
Annotations
12 warnings
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L131
React Hook useMemo has missing dependencies: 'appId', 'appVersion', 'configuration.defaults', 'fileInputs.defaults', 'outputs.defaults', and 'parameterSet.defaults'. Either include them or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L221
React Hook useMemo has a missing dependency: 'getSteps'. Either include it or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L243
React Hook useEffect has missing dependencies: 'getInitialCurrentStep', 'getSteps', and 'reset'. Either include them or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L291
React Hook React.useEffect has missing dependencies: 'allocations', 'definition', 'execSystems', and 'getValues'. Either include them or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L330
React Hook useEffect has a missing dependency: 'steps'. Either include it or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L340
React Hook useCallback has missing dependencies: 'fieldValues' and 'steps'. Either include them or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L344
React Hook useCallback has a missing dependency: 'steps'. Either include it or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L371
React Hook useEffect has missing dependencies: 'initialValues', 'isSuccess', and 'reset'. Either include them or remove the dependency array
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L400
Array.prototype.map() expects a return value from arrow function
|
React_NX_linting:
client/modules/workspace/src/AppsSubmissionForm/AppsSubmissionForm.tsx#L439
Array.prototype.map() expects a return value from arrow function
|
Server_Side_Unit_Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Server_Side_Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|