Skip to content

Change google analytics #574

Change google analytics

Change google analytics #574

Triggered via pull request October 30, 2024 04:43
Status Success
Total duration 1m 20s
Artifacts

format.yml

on: pull_request
Run ESLint + Prettier
1m 12s
Run ESLint + Prettier
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Run ESLint + Prettier
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/
Run ESLint + Prettier: cypress.config.ts#L26
'config' is defined but never used. Allowed unused args must match /^_/u
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L19
'autoFocus' is defined but never used. Allowed unused args must match /^_/u
Run ESLint + Prettier: src/components/AutoCompleteMajor.tsx#L21
'defaultValue' is assigned a value but never used. Allowed unused vars must match /^_/u
Run ESLint + Prettier: src/components/Button.tsx#L28
Caution: `React` also has a named export `ComponentPropsWithoutRef`. Check if you meant to write `import {ComponentPropsWithoutRef} from 'react'` instead
Run ESLint + Prettier: src/components/common/ErrorMessage.tsx#L18
Unexpected any. Specify a different type
Run ESLint + Prettier: src/components/common/WarningMessageModal.tsx#L12
Caution: `React` also has a named export `useState`. Check if you meant to write `import {useState} from 'react'` instead
Run ESLint + Prettier: src/components/home/Home.tsx#L37
Caution: `React` also has a named export `useEffect`. Check if you meant to write `import {useEffect} from 'react'` instead
Run ESLint + Prettier: src/components/home/Profile.tsx#L78
React Hook useEffect has a missing dependency: 'isLoading'. Either include it or remove the dependency array
Run ESLint + Prettier: src/components/home/Profile.tsx#L182
'handleResetPassword' is assigned a value but never used. Allowed unused vars must match /^_/u
Run ESLint + Prettier: src/components/onboarding/AutoCompleteSearchBarOnboarding.tsx#L23
'defaultValue' is assigned a value but never used. Allowed unused vars must match /^_/u