Skip to content

Commit

Permalink
test: revert back to blanket sonar exclusion on spring-cloud-previews (
Browse files Browse the repository at this point in the history
  • Loading branch information
emmileaf committed May 15, 2023
1 parent 5347d40 commit 88a0477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<integration-test.pattern>**/*IntegrationTest*</integration-test.pattern>
<!-- exclude preview module code from sonar cloud analysis -->
<sonar.exclusions>spring-cloud-previews/!(google-cloud-language-spring-starter)/**</sonar.exclusions>
<sonar.exclusions>spring-cloud-previews/**/*</sonar.exclusions>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 88a0477

Please sign in to comment.