[TASK-95, TASK-96] feat: BE Server에 API 연동 #165
37 new problems found by Qodana for JS
Qodana for JS
37 new problems were found
Inspection name | Severity | Problems |
---|---|---|
ESLint |
🔴 Failure | 4 |
Unused local symbol |
🔶 Warning | 8 |
Exception used for local control-flow |
🔶 Warning | 4 |
Import can be shortened |
🔶 Warning | 3 |
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 | 7 |
Result of method call returning a promise is ignored |
◽️ Notice | 4 |
Duplicated code fragment |
◽️ Notice | 1 |
Deprecated symbol used |
◽️ Notice | 1 |
Referenced UMD global variable |
◽️ 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 notice on line 102 in src/components/ArtworkUploadPage/ImageUploadSection.tsx
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
Check failure on line 1 in src/apis/artwork/patchArtwork.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/hooks/serverStateHooks/useGetArtworkList.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/components/ArtworkListPage/FollowedArtistsSection.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/components/ArtworkListPage/ArtworkFilter.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/hooks/serverStateHooks/useGetFollowedArtists.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/components/ArtworkListPage/ArtworkSearchBar.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/components/ArtworkUploadPage/ImageUploadSection.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/apis/artwork/postArtwork.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/apis/image/postImage.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/components/ArtworkListPage/ArtworkShowcase.tsx
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/hooks/serverStateHooks/usePatchArtwork.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check failure on line 1 in src/hooks/serverStateHooks/usePostArtwork.ts
github-actions / Qodana for JS
ESLint
ESLint: Install the 'eslint' package
Check warning on line 66 in src/apis/image/postImage.ts
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check warning on line 30 in src/apis/image/postImage.ts
github-actions / Qodana for JS
Exception used for local control-flow
'throw' of exception caught locally
Check notice on line 84 in src/components/ArtworkUploadPage/ImageUploadSection.tsx
github-actions / Qodana for JS
Result of method call returning a promise is ignored
Promise returned from uploadImage is ignored
Check warning on line 148 in src/app/artwork/upload/page.tsx
github-actions / Qodana for JS
Unused local symbol
Unused constant patchArtworkSuccess
Check warning on line 124 in src/app/artwork/upload/page.tsx
github-actions / Qodana for JS
Unused local symbol
Unused constant postArtworkSuccess
Check warning on line 6 in src/components/Navbar/NavbarNoticeDetail/NoticeUnit.tsx
github-actions / Qodana for JS
Constant conditional expression
`false ? ['bg-background-overlay', 'text-white', 'text-gray-300'] : ['bg-[##1B1A1D]', 'text-g...` 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 102 in src/components/ArtworkUploadPage/ImageUploadSection.tsx
github-actions / Qodana for JS
Missing await for an async function call
Missing await for an async function call
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