Skip to content

Commit 5f88e1c

Browse files
tradiffsonartech
authored andcommitted
SONARPY-2904 Use the renamed sonar.sca.exclusions property (#247)
GitOrigin-RevId: 388d800cf556550faf9e9897ec9fba08a48a6331
1 parent 2613db9 commit 5f88e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus/test_analyze.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function run_maven {
1313
-Dsonar.analysis.repository="$GITHUB_REPO" \
1414
-Dsonar.analysisCache.enabled=true \
1515
-Dsonar.sca.recursiveManifestSearch=true \
16-
-Dsonar.sca.excludedManifests=python-frontend/typeshed_serializer/**,its/plugin/it-python-plugin-test/projects/**,private/its-enterprise/sources_ruling/**,private/its-enterprise/it-python-enterprise-plugin/projects/**,**/test/resources/** \
16+
-Dsonar.sca.exclusions=python-frontend/typeshed_serializer/**,its/plugin/it-python-plugin-test/projects/**,private/its-enterprise/sources_ruling/**,private/its-enterprise/it-python-enterprise-plugin/projects/**,**/test/resources/** \
1717
-DfailStubGenerationFast=true \
1818
-Dskip.its=true \
1919
--batch-mode --errors --show-version \

0 commit comments

Comments
 (0)