We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd56f commit ccda21bCopy full SHA for ccda21b
pom.xml
@@ -51,10 +51,14 @@
51
<sonar.projectKey>ComputerDaddyGuy_JFileTreePrettyPrinter</sonar.projectKey>
52
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
53
<sonar.exclusions>
54
- src/test/**
+ jfiletreeprettyprinter-core/src/test/**,
55
+ jfiletreeprettyprinter-cli/src/test/**,
56
+ jfiletreeprettyprinter-examples/src/test/**
57
</sonar.exclusions>
58
<sonar.coverage.exclusions>
59
60
61
62
</sonar.coverage.exclusions>
63
64
</properties>
0 commit comments