I’m not sure if this already exists but I have tried my best to find any documentation regarding this but have come up empty.
-
I would like sonarcloud/qube to be able to detect if code has been properly documented for example in c#, all classes should be documented using xmldoc tagging ///, all public members of classes and all parameters of public methods.
-
Similar to code coverage, there should exist some metric to determine how much of the code base that is properly documented.
-
SonarLint should be able to indicate that classes and members are not properly documented.