I want to add new rule in sonarQube, so when I enter with an administrator profile I can’t find this button.
My sonar version is sonarqube-Community-7.6.
User : admin
Password : admin
And the URL is : http://localhost:9000/coding_rules
There is some screenshots enter image description here.
Asked
Active
Viewed 631 times
-1

Jeroen Heier
- 3,520
- 15
- 31
- 32

Mesbah Gueffaf
- 518
- 1
- 7
- 21
-
Do you need to write a whole new rule (see [here](https://docs.sonarqube.org/display/PLUG/Writing+Custom+Java+Rules+101)) or only add a existing rule to a quality profile? – Jeroen Heier Jul 08 '19 at 03:55
1 Answers
0
You can add rule but you have to create quality profile first.
see the link here ... how to create rule. https://docs.sonarqube.org/latest/user-guide/rules/

Durgesh
- 1
- 3
-
see the link here ... how to create rule. https://docs.sonarqube.org/latest/user-guide/rules/ – Durgesh Jul 12 '19 at 16:41