File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 5050 <sonar .organization>computerdaddyguy</sonar .organization>
5151 <sonar .projectKey>ComputerDaddyGuy_JFileTreePrettyPrinter</sonar .projectKey>
5252 <sonar .host.url>https://sonarcloud.io</sonar .host.url>
53+ <sonar .sources>
54+ /jfiletreeprettyprinter-core/src/main/java,
55+ /jfiletreeprettyprinter-cli/src/main/java,
56+ /jfiletreeprettyprinter-examples/src/main/java
57+ </sonar .sources>
58+ <sonar .tests>
59+ /jfiletreeprettyprinter-core/src/test/java,
60+ /jfiletreeprettyprinter-cli/src/test/java,
61+ /jfiletreeprettyprinter-examples/src/test/java
62+ </sonar .tests>
5363 <sonar .exclusions>
54- /jfiletreeprettyprinter-core/src/test/**,
55- /jfiletreeprettyprinter-cli/src/test/**,
56- /jfiletreeprettyprinter-examples/src/test/**
64+ **/src/test/**
5765 </sonar .exclusions>
5866 <sonar .coverage.exclusions>
59- /jfiletreeprettyprinter-core/src/test/**,
60- /jfiletreeprettyprinter-cli/src/test/**,
61- /jfiletreeprettyprinter-examples/src/test/**
67+ **/src/test/**
6268 </sonar .coverage.exclusions>
6369
6470 </properties >
You can’t perform that action at this time.
0 commit comments