Skip to content

bug fixing

bug fixing #18

Triggered via push July 31, 2024 22:42
Status Success
Total duration 1m 15s
Artifacts

lint_build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint / lint
The following actions uses Node.js version which is deprecated 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/
lint / lint: src/Login.tsx#L46
React Hook useEffect has missing dependencies: 'user.determiningStatus' and 'user.isAdmin'. Either include them or remove the dependency array
lint / lint: src/ProtectedRoute.tsx#L55
React Hook useEffect has missing dependencies: 'logout', 'paramCallback', 'paramToCheck', 'params', 'user', and 'verifyAdminStatus'. Either include them or remove the dependency array. If 'paramCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint / lint: src/analysis/dashboard/SummaryPanel.tsx#L2
'Badge' is defined but never used
lint / lint: src/analysis/dashboard/SummaryPanel.tsx#L25
'config' is assigned a value but never used
lint / lint: src/analysis/table/TableView.tsx#L21
'findBlockForStep' is defined but never used
lint / lint: src/analysis/table/TableView.tsx#L26
'AnswerCell' is defined but never used
lint / lint: src/analysis/table/TableView.tsx#L152
'uniqueTrials' is assigned a value but never used
lint / lint: src/analysis/table/TableView.tsx#L194
'id' is defined but never used
lint / lint: src/analysis/thinkAloudTable/ThinkAloudTable.tsx#L6
'Stack' is defined but never used
lint / lint: src/analysis/thinkAloudTable/ThinkAloudTable.tsx#L116
'setWordCountWidth' is assigned a value but never used