Skip to content

[TASK-95, TASK-96] feat: BE Server에 API 연동 #165

[TASK-95, TASK-96] feat: BE Server에 API 연동

[TASK-95, TASK-96] feat: BE Server에 API 연동 #165

GitHub Actions / Qodana for JS completed Jan 25, 2025 in 0s

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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 102 in src/components/ArtworkUploadPage/ImageUploadSection.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/hooks/serverStateHooks/useGetArtworkList.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/components/ArtworkListPage/FollowedArtistsSection.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/components/ArtworkListPage/ArtworkFilter.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/hooks/serverStateHooks/useGetFollowedArtists.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/components/ArtworkListPage/ArtworkSearchBar.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/components/ArtworkUploadPage/ImageUploadSection.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/apis/artwork/postArtwork.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/apis/image/postImage.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/components/ArtworkListPage/ArtworkShowcase.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/hooks/serverStateHooks/usePatchArtwork.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check failure on line 1 in src/hooks/serverStateHooks/usePostArtwork.ts

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package

Check warning on line 66 in src/apis/image/postImage.ts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant patchArtworkSuccess

Check warning on line 124 in src/app/artwork/upload/page.tsx

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Unused local symbol

Unused constant postArtworkSuccess

Check warning on line 6 in src/components/Navbar/NavbarNoticeDetail/NoticeUnit.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Duplicated code fragment

Duplicated code

Check notice on line 102 in src/components/ArtworkUploadPage/ImageUploadSection.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana for JS

Missing await for an async function call

Missing await for an async function call