Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defi-r #1485

Open
wants to merge 67 commits into
base: develop
Choose a base branch
from

Merge branch 'develop' into tech/defi-r

f4d6a25
Select commit
Loading
Failed to load commit list.
Open

defi-r #1485

Merge branch 'develop' into tech/defi-r
f4d6a25
Select commit
Loading
Failed to load commit list.
Soramitsu-Sonar-PR-decoration / polkaswap-exchange-web Sonarqube Results failed Oct 22, 2024 in 27s

Quality Gate failed

Failed

  • 0.00% Coverage on New Code (is less than 80.00%)
  • 5.39% Duplicated Lines (%) on New Code (is greater than 3.00%)
  • 15 New Issues (is greater than 0)

Analysis Details

15 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 15 Code Smells

Coverage and Duplications

  • Coverage 0.00% Coverage (0.00% Estimated after merge)
  • Duplications 5.39% Duplicated Code (0.80% Estimated after merge)

Project ID: jp.co.soramitsu:polkaswap-exchange-web

View in SonarQube

Annotations

Check warning on line 2 in src/utils/ipfsStorage.ts

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/utils/ipfsStorage.ts#L2

Make this public static property readonly.

Check warning on line 3 in src/utils/ipfsStorage.ts

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/utils/ipfsStorage.ts#L3

Make this public static property readonly.

Check warning on line 40 in src/utils/ipfsStorage.ts

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/utils/ipfsStorage.ts#L40

Expected the Promise rejection reason to be an Error.

Check warning on line 29 in src/utils/ipfsStorage.ts

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/utils/ipfsStorage.ts#L29

'reader.result' may use Object's default stringification format ('[object Object]') when stringified.

Check warning on line 31 in src/utils/ipfsStorage.ts

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/utils/ipfsStorage.ts#L31

Expected the Promise rejection reason to be an Error.

Check notice on line 545 in src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue#L545

Complete the task associated to this "TODO" comment.

Check warning on line 372 in src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue#L372

Remove this useless assignment to variable "url".

Check notice on line 550 in src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue#L550

Complete the task associated to this "TODO" comment.

Check warning on line 128 in src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue#L128

Remove this commented out code.

Check notice on line 316 in src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateSbtToken.vue#L316

Complete the task associated to this "TODO" comment.

Check notice on line 176 in src/modules/dashboard/components/AssetTypes/CreateRegularToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateRegularToken.vue#L176

Complete the task associated to this "TODO" comment.

Check warning on line 244 in src/modules/dashboard/components/AssetTypes/CreateNftToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateNftToken.vue#L244

Remove this useless assignment to variable "url".

Check notice on line 351 in src/modules/dashboard/components/AssetTypes/CreateNftToken.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/AssetTypes/CreateNftToken.vue#L351

Complete the task associated to this "TODO" comment.

Check notice on line 25 in src/modules/dashboard/components/guides/Nft.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/components/guides/Nft.vue#L25

Complete the task associated to this "TODO" comment.

Check warning on line 26 in src/modules/dashboard/views/AssetOwnerDetailsSBT.vue

See this annotation in the file changed.

@soramitsu-sonar-pr-decoration soramitsu-sonar-pr-decoration / polkaswap-exchange-web Sonarqube Results

src/modules/dashboard/views/AssetOwnerDetailsSBT.vue#L26

Remove this commented out code.