Skip to content

[maint] remove unused keygenpath (#2093) #680

[maint] remove unused keygenpath (#2093)

[maint] remove unused keygenpath (#2093) #680

Triggered via push June 12, 2024 17:50
Status Success
Total duration 3m 35s
Artifacts

ci-lint.yml

on: push
CI linter for js/ts
3m 27s
CI linter for js/ts
CI linter for go
1m 8s
CI linter for go
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 13 warnings
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Cannot open: File exists
CI linter for go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CI linter for go
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
CI linter for js/ts
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CI linter for js/ts: web/src/cde/components/GitspaceSelect/GitspaceSelect.tsx#L75
React Hook useEffect has an unnecessary dependency: 'buttonRef.current'. Either exclude it or remove the dependency array. Mutable values like 'buttonRef.current' aren't valid dependencies because mutating them doesn't re-render the component
CI linter for js/ts: web/src/cde/pages/GitspaceDetail/GitspaceDetail.tsx#L91
React Hook useEffect has missing dependencies: 'mutate', 'refetch', 'refetchLogs', and 'showError'. Either include them or remove the dependency array
CI linter for js/ts: web/src/cde/pages/GitspacesListing/GitspacesListing.tsx#L61
React Hook useEffect has missing dependencies: 'history', 'routes', and 'space'. Either include them or remove the dependency array
CI linter for js/ts: web/src/components/Changes/ReviewSplitButton/ReviewSplitButton.tsx#L93
React Hook useEffect has missing dependencies: 'currentUser.uid' and 'determineOverallDecision'. Either include them or remove the dependency array
CI linter for js/ts: web/src/components/Changes/ReviewSplitButton/ReviewSplitButton.tsx#L128
React Hook useCallback has a missing dependency: 'updateReviewers'. Either include it or remove the dependency array
CI linter for js/ts: web/src/components/CodeSearch/CodeSearch.tsx#L73
React Hook useCallback has a missing dependency: 'space'. Either include it or remove the dependency array
CI linter for js/ts: web/src/components/CodeSearch/CodeSearch.tsx#L91
React Hook useCallback has missing dependencies: 'keywordSearchSampleQueries' and 'semanticSearchSampleQueries'. Either include them or remove the dependency array
CI linter for js/ts: web/src/components/CodeSearch/KeywordSearch.tsx#L69
React Hook useCallback has a missing dependency: 'space'. Either include it or remove the dependency array