configuration - SonarQube Import Project without Compilation -
I was thinking that without actually compiling the code it is possible to add a project to Sonakewich. So far, I've found the following ways to add sonarquitch:
- Ant / Mayen
- Eclipse
But I There is no way to import source code without compiling. I currently have a lot of C / XML code review, but no compilation instructions (though the project is using VisualStudio anyway).
- Is it possible to use any kind of sonar client, just import a source code into a directory without compiling it in sonar.
- Is there any way to integrate Sonar Client with Visual Studio to import code into Sonakara?
I do not think so. DLLs are not produced without compilation These DLLs require sonar to do any kind of analysis. So, what you are trying to do, it is not possible to achieve this.
Comments
Post a Comment