liubao68 commented on code in PR #2789:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2789#discussion_r855084047
##########
pom.xml:
##########
@@ -295,6 +296,14 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>com.github.spotbugs</groupId>
+ <artifactId>spotbugs-maven-plugin</artifactId>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <failOnError>false</failOnError>
Review Comment:
It's better enabled, or it's helpless to introduce this plugin, because it's
much easier to fix problems in IDE. We can add exculde rules to avoid changing
too much in the first place.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]