Skip to content

Commit

Permalink
Update sonar properties
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Nov 19, 2021
1 parent dfcc61d commit e084b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
-Dsonar.organization=astrolabsoftware
-Dsonar.projectKey=fink-client
-Dsonar.sources=fink_client/,tests/,fink_client/scripts/
-Dsonar.test.exclusions=fink_client/htmlcov,tests/htmlcov
-Dsonar.test.exclusions=fink_client/htmlcov,tests/htmlcov,fink_client/scripts/fink_alert_viewer.py
-Dsonar.verbose=true
-Dsonar.coverage.exclusions=**/**
env:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
sonar.exclusions=fink_client/htmlcov,tests/htmlcov,fink_client/scripts/fink_alert_viewer.py

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

0 comments on commit e084b6b

Please sign in to comment.