Skip to content

Add Feature flag for language-directory #10964

Add Feature flag for language-directory

Add Feature flag for language-directory #10964

Triggered via pull request August 18, 2025 09:00
Status Failure
Total duration 1m 10s
Artifacts

ci.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
lint (format:ci)
Process completed with exit code 1.
lint (build)
Process completed with exit code 1.
lint (build): src/commons/mocks/StoreMocks.ts#L27
Property 'languageDirectory' is missing in type '{ router: RouterState; achievement: AchievementState; leaderboard: LeaderboardState; dashboard: DashboardState; ... 7 more ...; vscode: VscodeState; }' but required in type 'OverallState'.
lint (build)
The strategy configuration was canceled because "lint.format_ci" failed
lint (tsc)
The operation was canceled.
lint (tsc): src/commons/mocks/StoreMocks.ts#L27
Property 'languageDirectory' is missing in type '{ router: RouterState; achievement: AchievementState; leaderboard: LeaderboardState; dashboard: DashboardState; ... 7 more ...; vscode: VscodeState; }' but required in type 'OverallState'.
lint (tsc)
The strategy configuration was canceled because "lint.format_ci" failed
lint (test-coveralls)
The operation was canceled.
lint (test-coveralls)
The strategy configuration was canceled because "lint.format_ci" failed
lint (test --bail=1)
The operation was canceled.
lint (test --bail=1)
The strategy configuration was canceled because "lint.format_ci" failed
lint (eslint): src/pages/sicp/subcomponents/chatbot/ChatBox.tsx#L60
React Hook useCallback has an unnecessary dependency: 'maxContentSize'. Either exclude it or remove the dependency array
lint (eslint): src/pages/leaderboard/subcomponents/OverallLeaderboard.tsx#L130
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include it or remove the dependency array
lint (eslint): src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx#L156
React Hook useMemo has a missing dependency: 'handleLinkClick'. Either include it or remove the dependency array
lint (eslint): src/pages/leaderboard/subcomponents/ContestLeaderboard.tsx#L46
React Hook useEffect has a missing dependency: 'visibleEntries'. Either include it or remove the dependency array
lint (eslint): src/commons/assessmentWorkspace/AssessmentWorkspace.tsx#L201
React Hook useEffect has missing dependencies: 'code', 'initialRunCompleted', 'props.fromContestLeaderboard', and 'votingId'. Either include them or remove the dependency array