Skip to content

Commit 5ac78a6

Browse files
Also exclude java-checks-test-sources and its/sources
1 parent a002815 commit 5ac78a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ test_analyze_task:
9595
- *log_develocity_url_script
9696
- source cirrus-env BUILD
9797
# ignore duplications in the SE engine plugin, as it will be moved away from sonar-java at some point
98-
- PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze -P-deploy-sonarsource,-release,-sign -Dmaven.deploy.skip=true -Dsonar.analysisCache.enabled=true -Dsonar.cpd.exclusions=java-symbolic-execution/** -Dsonar.sca.excludedManifests="**/test/files/**,**/test/resources/**,its/plugin/projects/**"
98+
- PULL_REQUEST_SHA=$GIT_SHA1 regular_mvn_build_deploy_analyze -P-deploy-sonarsource,-release,-sign -Dmaven.deploy.skip=true -Dsonar.analysisCache.enabled=true -Dsonar.cpd.exclusions=java-symbolic-execution/** \
99+
-Dsonar.sca.excludedManifests="**/test/files/**, **/test/resources/**, its/plugin/projects/**, java-checks-test-sources/**, its/sources/**,"
99100
- cd docs/java-custom-rules-example
100101
- mvn clean package -f pom_SQ_10_6_LATEST.xml --batch-mode
101102
- cd "${CIRRUS_WORKING_DIR}"

0 commit comments

Comments
 (0)