How to set properties to see README.md file in SonarQube UI project code?

Hello all,

Is it possible to see README.md file in SQ UI project code view?. Our Java repository has README.md file, we are able to see all the code files in SQ UI after scans are run successfully but the README.md file is missing. How to see all the files in the SonarQube project UI once scans are run successfully?. Is it possible?.

Thanks in advance,
Bunty

Hi Bunty,

The files you see in SonarQube are the files it analyzes. There’s nothing to really analyze (that I’m aware of) in a README.md. Even if there were, you’d need a 3rd-party plugin that analyzes .md files, since that’s not supported natively.

 
HTH,
Ann

Thanks Ann.