liugddx commented on PR #836: URL: https://github.com/apache/incubator-paimon/pull/836#issuecomment-1500030869
> > What are the drawbacks of automatic check? Why can't we use it? > > Currently, automatic analysis has the following limitations: > > * Java can be analyzed automatically, but only a partial set of rules is supported. > * Code coverage information is not supported. > > Of course, automatic check is also a very good choice. Let me know if automatic check is used, I will close the pr - To be eligible for automatic analysis, your Java project must use either Maven or Gradle and the total amount of code in the project must be less than 10MB. - Security vulnerability rules are not yet supported. - Rules outside the Sonar way quality profile are not yet supported. - Of the rules in the Sonar way quality profile, only a subset (about 80%) are currently supported. -- 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]
