SonarQube: include files outside of the project into analysis -


i'm testing sonarqube .net solution file. i'm trying figure out files uploaded/imported sonarqube database. based on tests sonarqube msbuild runner, analysis , uploads files stated in .csproj project file(s) (only can associated language plugin because have set "import unknown files" false).

is there way specify additional files should analyzed , imported? had hope "sonar.inclusions" setting, it's not need because description says patterns used include source files and these ones in analysis.

i'd specify additional files.

my use-case: @ moment, sonarqube not create issues compiler warnings (see displaying c# compilation warnings in sonar?) (which in opinion sad/weird tool wants improve code quality). idea use msbuild xml-logger, import generated xml log file , use xml plugin custom xml path rules extract compiler messages.

similar issue analyzing delphi code. found old sonarqube delphi plugin not yet work sonarqube 5.x, i'd try @ least compiler messages sonarqube (convert delphi compiler output xml, sonarqube import file, use custom xml path rules).

is there way sonarqube analyze/import such additional files?

you can setup additional sonarqube project scan these files. assume coded in different technology, right?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -