Hello,
I am asking question about how to write and apply a custom rule into my Python project. As i search on Rules documents of SonarCloud docs (https://sonarcloud.io/documentation/user-guide/rules/) I find that we can find template to create Custom rule, but i can not find it for myself
I believe that you’re looking for the rule named Track comments matching a regular expression: that’s in fact a rule template and rule templates are not available on SonarCloud.
Hi, i find a way to adapt my problem: I create new quality profile and then add predefined rule to it.
However, i still want to ask if i want to create some new rule, etc:“Each functions must have comments”, how can i defind it by myself?
Thanks