Skip to content

Commit

Permalink
Add sonarqube properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
EH-Hermes committed Sep 13, 2023
1 parent af5f717 commit be0ea3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is generate automatically by a platform tool
# You can modify the sources/inclusions/exclusions to fit your repo
sonar.host.url=https://sonarqube.staging.ehrocks.com
sonar.login=${env.GLOBAL_ANALYSIS_TOKEN}

sonar.projectKey=clowne
sonar.projectName=Clowne

sonar.sources=.
sonar.inclusions=**/*
sonar.exclusions=**/spec/**,**/db/**,**/public/**,**/test/**

0 comments on commit be0ea3c

Please sign in to comment.