简体   繁体   中英

How to Import findbug/PMD in Sonar Qube

How can I import configuration files for FindBug/PMD (XML format) in sonar Qube? I know the way but where to find those XML files to import?

Here is the explanation of SonarQube and its integration

The SonarQube Java plugin alone already covers all the Checkstyle and PMD rules - which is why the related plugins are no more bundled in SonarQube. So you can get rid of those plugins and forget the related rules.

Concerning Findbugs, most rules are complementary to the SonarQube Java plugin rules. There's no "Sonar way with Findbugs" profile anymore because that's the convention for all the language plugin to have only a "Sonar way" profile.

For more information, you can refer to the original post at SonarQube - Combining Sonar way, FindBugs, PMD and Checkstyle without duplicates

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM