Skip to content

Commit a43e0a6

Browse files
Re-adapt sonar test exclusions
1 parent ccda21b commit a43e0a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
<sonar.projectKey>ComputerDaddyGuy_JFileTreePrettyPrinter</sonar.projectKey>
5252
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5353
<sonar.exclusions>
54-
jfiletreeprettyprinter-core/src/test/**,
55-
jfiletreeprettyprinter-cli/src/test/**,
56-
jfiletreeprettyprinter-examples/src/test/**
54+
/jfiletreeprettyprinter-core/src/test/**,
55+
/jfiletreeprettyprinter-cli/src/test/**,
56+
/jfiletreeprettyprinter-examples/src/test/**
5757
</sonar.exclusions>
5858
<sonar.coverage.exclusions>
59-
jfiletreeprettyprinter-core/src/test/**,
60-
jfiletreeprettyprinter-cli/src/test/**,
61-
jfiletreeprettyprinter-examples/src/test/**
59+
/jfiletreeprettyprinter-core/src/test/**,
60+
/jfiletreeprettyprinter-cli/src/test/**,
61+
/jfiletreeprettyprinter-examples/src/test/**
6262
</sonar.coverage.exclusions>
6363

6464
</properties>

0 commit comments

Comments
 (0)