Skip to content

Commit

Permalink
Fix sonar complaining about statements in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Mar 25, 2024
1 parent 597807a commit ca6ac49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ sonar.qualitygate.wait=true
sonar.language=python
sonar.python.coverage.reportPaths=coverage.xml
sonar.python.version=3.9

# ignore "statement has no effect" in the sphinx-gallery examples
sonar.issue.ignore.multicriteria.r1.ruleKey=python:S905
sonar.issue.ignore.multicriteria.r1.resourceKey=examples/**

0 comments on commit ca6ac49

Please sign in to comment.