Skip to content

Replace spaces with tabs (#315) #583

Replace spaces with tabs (#315)

Replace spaces with tabs (#315) #583

Triggered via push September 10, 2024 08:19
Status Success
Total duration 42s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
All
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
All: settings/src/components/auto-tabbing-input.js#L26
React Hook useCallback has a missing dependency: 'setInputs'. Either include it or remove the dependency array
All: settings/src/components/auto-tabbing-input.js#L47
React Hook useCallback has missing dependencies: 'inputs.length', 'setError', and 'setInputs'. Either include them or remove the dependency array
All: settings/src/components/backup-codes.js#L99
React Hook useEffect has missing dependencies: 'setBackupCodesVerified', 'setError', and 'userRecord'. Either include them or remove the dependency array
All: settings/src/components/backup-codes.js#L102
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
All: settings/src/components/email-address.js#L54
React Hook useCallback has a missing dependency: 'save'. Either include it or remove the dependency array
All: settings/src/components/email-address.js#L63
React Hook useCallback has missing dependencies: 'edit' and 'save'. Either include them or remove the dependency array
All: settings/src/components/numeric-control.js#L29
React Hook useCallback has missing dependencies: 'index' and 'onChange'. Either include them or remove the dependency array
All: settings/src/components/numeric-control.js#L35
React Hook useCallback has missing dependencies: 'index' and 'onKeyDown'. Either include them or remove the dependency array
All: settings/src/components/revalidate-modal.js#L69
React Hook useEffect has missing dependencies: 'record' and 'userRecord'. Either include them or remove the dependency array
All: settings/src/components/screen-link.js#L37
React Hook useCallback has missing dependencies: 'screen' and 'setBackupCodesVerified'. Either include them or remove the dependency array