Skip to content

Update user profile #822

Update user profile

Update user profile #822

GitHub Actions / ESLint succeeded Nov 7, 2023 in 0s

38 warnings

ESLint found 38 warnings

Annotations

Check warning on line 58 in csm_web/frontend/src/components/CourseMenu.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/CourseMenu.tsx#L58

'show_enrollment_times' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 2 in csm_web/frontend/src/components/course/CreateSectionModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/course/CreateSectionModal.tsx#L2

'dayOfWeekToEnglishString' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 12 in csm_web/frontend/src/components/enrollment_automation/EnrollmentAutomationTypes.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/EnrollmentAutomationTypes.tsx#L12

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 319 in csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx#L319

'day' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 319 in csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx#L319

'interval' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 338 in csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/Calendar.tsx#L338

'e' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 15 in csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx#L15

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 21 in csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/calendar/CalendarTypes.tsx#L21

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 54 in csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx#L54

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 94 in csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/ConfigureStage.tsx#L94

'e' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 74 in csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx#L74

'matcherConfigMutation' is assigned a value but never used (@typescript-eslint/no-unused-vars)

Check warning on line 307 in csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/CreateStage.tsx#L307

'e' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 40 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L40

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 40 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L40

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 297 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L297

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 624 in csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/enrollment_automation/coordinator/EditStage.tsx#L624

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 43 in csm_web/frontend/src/components/section/CoordinatorAddStudentModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/CoordinatorAddStudentModal.tsx#L43

Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)

Check warning on line 1 in csm_web/frontend/src/components/section/ProfileModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/ProfileModal.tsx#L1

'useState' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 2 in csm_web/frontend/src/components/section/ProfileModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/ProfileModal.tsx#L2

'LoadingSpinner' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 4 in csm_web/frontend/src/components/section/ProfileModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/ProfileModal.tsx#L4

'useUserInfo' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 5 in csm_web/frontend/src/components/section/ProfileModal.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/ProfileModal.tsx#L5

'UseUserInfoWithId' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 85 in csm_web/frontend/src/components/section/StudentSection.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/StudentSection.tsx#L85

'override' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 172 in csm_web/frontend/src/components/section/StudentSection.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/StudentSection.tsx#L172

'profileId' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 413 in csm_web/frontend/src/components/section/StudentSection.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/StudentSection.tsx#L413

'id' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 418 in csm_web/frontend/src/components/section/StudentSection.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint

csm_web/frontend/src/components/section/StudentSection.tsx#L418

'refetchStudentList' is assigned a value but never used (@typescript-eslint/no-unused-vars)