Run sonar on static file

I am building an online application in which people can write code. I want to run Sonar scanner on the code which by the user inside code-editor to give and flag the issues inside their code.

Hi,

Welcome to the community!

It sound like you want to implement a new flavor of SonarLint. That would not be a minor undertaking. If it’s really what you want the SonarLint repos should get you started.

 
HTH,
Ann

@ganncamp yes, I want to implement something similar to sonarLint plugin which will be integrated with my online code editor

@Harsh_Shah This looks like a nice idea. In order to eventually help you out, could you precise what you have tried so far and what is the difficulty you are facing ? Thanks.