[TASK-67] feat: 디자인 시스템 수정 및 추가사항 반영 (색상, 아이콘, Input) #42
25 new problems found by Qodana for JS
Qodana for JS
25 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unused local symbol |
🔶 Warning | 5 |
Import can be shortened |
🔶 Warning | 3 |
Exception used for local control-flow |
🔶 Warning | 2 |
Constant conditional expression |
🔶 Warning | 1 |
Pointless statement or boolean expression |
🔶 Warning | 1 |
Redundant local variable |
🔶 Warning | 1 |
Missing await for an async function call |
◽️ Notice | 6 |
Result of method call returning a promise is ignored |
◽️ Notice | 3 |
Duplicated code fragment |
◽️ Notice | 1 |
Deprecated symbol used |
◽️ Notice | 1 |
Vulnerable declared dependency |
◽️ Notice | 1 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check failure on line 1 in src/components/Icon/icons/MoreVertical.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/components/Input/BasicInput.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check warning on line 6 in src/components/Navbar/NavbarNoticeDetail/NoticeUnit.tsx
github-actions / Qodana for JS
Constant conditional expression
`false ? 'bg-gray-800' : 'bg-gray-900 text-gray-500'` can be simplified
Check notice on line 23 in src/apis/follow/deleteFollow.ts
github-actions / Qodana for JS
Duplicated code fragment
Duplicated code
Check notice on line 43 in public/mockServiceWorker.js
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check notice on line 134 in public/mockServiceWorker.js
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check notice on line 131 in public/mockServiceWorker.js
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check notice on line 63 in public/mockServiceWorker.js
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check notice on line 89 in public/mockServiceWorker.js
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check notice on line 50 in public/mockServiceWorker.js
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check warning on line 1 in src/types/buttons/SquareButtonLProps.ts
github-actions / Qodana for JS
Import can be shortened
Import can be shortened
Check warning on line 1 in src/types/buttons/OvalButtonProps.ts
github-actions / Qodana for JS
Import can be shortened
Import can be shortened
Check warning on line 1 in src/types/buttons/FollowButtonProps.ts
github-actions / Qodana for JS
Import can be shortened
Import can be shortened
Check warning on line 19 in src/apis/follow/postFollow.ts
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check warning on line 21 in src/apis/follow/deleteFollow.ts
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check notice on line 5 in next.config.ts
github-actions / Qodana for JS
Deprecated symbol used
Deprecated symbol used, consult docs for better alternative
Check notice on line 17 in public/mockServiceWorker.js
github-actions / Qodana for JS
Result of method call returning a promise is ignored
Promise returned from skipWaiting is ignored
Check notice on line 26 in src/hooks/serverStateHooks/useToggleFollow.ts
github-actions / Qodana for JS
Result of method call returning a promise is ignored
Promise returned from invalidateQueries is ignored
Check notice on line 17 in src/app/providers/MSWProvider.tsx
github-actions / Qodana for JS
Result of method call returning a promise is ignored
Promise returned from initMsw is ignored
Check warning on line 61 in src/mocks/handlers.ts
github-actions / Qodana for JS
Unused local symbol
Unused parameter request
Check warning on line 16 in src/mocks/handlers.ts
github-actions / Qodana for JS
Unused local symbol
Unused parameter request
Check warning on line 26 in src/mocks/handlers.ts
github-actions / Qodana for JS
Unused local symbol
Unused parameter request
Check warning on line 14 in src/app/auth/redirect/[provider]/page.tsx
github-actions / Qodana for JS
Unused local symbol
Unused constant isLoading
Check warning on line 24 in src/components/Card/ArtistProfileCard.tsx
github-actions / Qodana for JS
Unused local symbol
Unused constant artworkImage
Check warning on line 20 in src/hooks/serverStateHooks/useToggleFollow.ts
github-actions / Qodana for JS
Pointless statement or boolean expression
Can be simplified to isFollowing