mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-05 02:19:46 +01:00
Excluded Metrics.java from SonarQube
This commit is contained in:
parent
f8366cafec
commit
d6da1daa48
1
pom.xml
1
pom.xml
@ -209,6 +209,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||||
<sonar.organization>tastybento-github</sonar.organization>
|
<sonar.organization>tastybento-github</sonar.organization>
|
||||||
|
<sonar.exclusions>**/Metrics.java</sonar.exclusions>
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
Loading…
Reference in New Issue
Block a user