I want to use SonarCloud to flag code checked-in in the Pull Request if it does not have Javadoc added for public methods and classes.
Unfortunately, I could not find much help online. Any help?
Asked
Active
Viewed 81 times
0

Abhijeet Vaikar
- 1,578
- 4
- 27
- 50
-
there is a checkstyle rule checking javadocs – Adam Siemion Nov 07 '19 at 09:42
-
@AdamSiemion Can you give more details? I was able to activate the rule to include javadoc checks as Code Smells but when I check in code that does not contain javadoc, SonarCloud did not flag it in the analysis – Abhijeet Vaikar Nov 08 '19 at 07:17