Skip to content

Commit fd76f61

Browse files
authored
Infra: Configure Sonar to ignore e2e src (#308)
1 parent 1f4a3a3 commit fd76f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
<sonar.organization>kafbat</sonar.organization>
2828
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
29+
<sonar.exclusions>**/e2e-tests/**/*</sonar.exclusions>
2930
<git.revision>latest</git.revision>
3031

3132
<!-- Dependency versions -->

0 commit comments

Comments
 (0)