Skip to content

Commit

Permalink
Merge pull request #2527 from cta-observatory/update_sonar2
Browse files Browse the repository at this point in the history
Fix sonar complaining about statements in notebooks
  • Loading branch information
kosack authored Mar 26, 2024
2 parents 597807a + 9112298 commit 01f4a99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
sonar.projectKey=cta-observatory_ctapipe_AY52EYhuvuGcMFidNyUs
sonar.qualitygate.wait=true
sonar.language=python
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9

# 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/**

0 comments on commit 01f4a99

Please sign in to comment.