Skip to content

Commit

Permalink
Fix warning in sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Jul 10, 2024
1 parent 3dafbc2 commit 5181afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sonar.python.version=3.10

# ignore examples for coverage and issues, these are sphinx-gallery notebook scripts
# which aren't really supported by sonarqube and lead to a lot of false positives
sonar.exclusions=examples/**
sonar.exclusions=examples/**,coverage/coverage.xml

0 comments on commit 5181afe

Please sign in to comment.