Skip to content

Commit a1f4698

Browse files
committed
Fix SonarCloud Conan recipe exclusions
We want to minimize changes to Conan recipes from Conan Center Index, so we don't want to fill our SonarCloud analysis with issues related to those recipes. Also update Python module requests to latest 2.32.5 Signed-off-by: Jean-Francois Panisset <panisset@gmail.com>
1 parent 8d985ba commit a1f4698

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Pipfile.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sonar.organization=academysoftwarefoundation
22
sonar.projectKey=AcademySoftwareFoundation_aswf-docker
33
sonar.sources=.
4-
sonar.exclusions=packages/conan/recipes
4+
sonar.exclusions=packages/conan/recipes/**
55
sonar.python.coverage.reportPaths=coverage.xml
66
sonar.python.pylint.reportPath=test-pylint-results.xml
77
sonar.python.xunit.reportPath=test-pytest-results.xml

0 commit comments

Comments
 (0)