Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
18 lines (12 loc) · 558 Bytes

File metadata and controls

18 lines (12 loc) · 558 Bytes
Copy raw file
Download raw file
Edit and raw actions

SonarQube Java Custom Rules Plugin Template

This example demonstrates how to write Custom Rules for SonarJava.

If you are using SonarQube 8.8 (latest release), use the following command to build it without any dependency to the current project status:

mvn clean install -f pom_SQ_8_8.xml

If you are using SonarQube 7.9 LTS, use this one:

mvn clean install -f pom_SQ_7_9_LTS.xml

For more details about how to write custom rules, please refer to the official tutorial, Writing Custom Java Rules 101.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.