Skip to content

Commit

Permalink
Merge pull request #434 from gnoswap-labs/chore/update-sonarqube-option
Browse files Browse the repository at this point in the history
- exclusion test code
- ignore related with sonar local test file
  • Loading branch information
notJoon authored Dec 11, 2024
2 parents 78dfa75 + f29ae3f commit 47811ab
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,4 +348,7 @@ pyrightconfig.json
.history
.ionide

# End of https://www.toptal.com/developers/gitignore/api/macos,go,goland+all,visualstudiocode,dotenv,python,jupyternotebooks
# End of https://www.toptal.com/developers/gitignore/api/macos,go,goland+all,visualstudiocode,dotenv,python,jupyternotebooks

.scannerwork

15 changes: 15 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
sonar.projectKey=gnoswap-labs_gnoswap-swap
sonar.organization=gnoswap-labs
sonar.exclusions=**/*_test.gno

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=gnoswap-batch-service
#sonar.projectVersion=1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 47811ab

Please sign in to comment.