Skip to content

Commit 47811ab

Browse files
authored
Merge pull request #434 from gnoswap-labs/chore/update-sonarqube-option
- exclusion test code - ignore related with sonar local test file
2 parents 78dfa75 + f29ae3f commit 47811ab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,7 @@ pyrightconfig.json
348348
.history
349349
.ionide
350350

351-
# End of https://www.toptal.com/developers/gitignore/api/macos,go,goland+all,visualstudiocode,dotenv,python,jupyternotebooks
351+
# End of https://www.toptal.com/developers/gitignore/api/macos,go,goland+all,visualstudiocode,dotenv,python,jupyternotebooks
352+
353+
.scannerwork
354+

sonar-project.properties

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sonar.projectKey=gnoswap-labs_gnoswap-swap
2+
sonar.organization=gnoswap-labs
3+
sonar.exclusions=**/*_test.gno
4+
5+
# This is the name and version displayed in the SonarCloud UI.
6+
#sonar.projectName=gnoswap-batch-service
7+
#sonar.projectVersion=1.0
8+
9+
10+
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11+
#sonar.sources=.
12+
13+
# Encoding of the source code. Default is default system encoding
14+
#sonar.sourceEncoding=UTF-8
15+

0 commit comments

Comments
 (0)