Skip to content

Commit

Permalink
Update sonar properties -- exclude scripts while fixing exclusion pat…
Browse files Browse the repository at this point in the history
…terns
  • Loading branch information
JulienPeloton committed Nov 19, 2021
1 parent e084b6b commit 0929d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
args: >
-Dsonar.organization=astrolabsoftware
-Dsonar.projectKey=fink-client
-Dsonar.sources=fink_client/,tests/,fink_client/scripts/
-Dsonar.test.exclusions=fink_client/htmlcov,tests/htmlcov,fink_client/scripts/fink_alert_viewer.py
-Dsonar.sources=fink_client/,tests/
-Dsonar.test.exclusions=fink_client/htmlcov,tests/htmlcov,fink_client/scripts
-Dsonar.verbose=true
-Dsonar.coverage.exclusions=**/**
env:
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# This property is optional if sonar.modules is set.
sonar.sources=fink_client/,tests/,fink_client/scripts/
sonar.exclusions=fink_client/htmlcov,tests/htmlcov,fink_client/scripts/fink_alert_viewer.py
sonar.sources=fink_client/,tests/
sonar.exclusions=fink_client/htmlcov,tests/htmlcov,fink_client/scripts

# Functions, methods and lambdas should not have too many parameters
# Well, they shouldn't.
Expand Down

0 comments on commit 0929d17

Please sign in to comment.