Hey,
We are using sonarqube 7.9 docker container
And we have one Jenkins server in which we have “SonarQube Scanner 4.0.0.1744” installed
My question is we have to scan reactive native source code for both android and IOS, So it is achievable, if yes then what sonar plugin we have to install for that.
Plus is there any specific extra configurations to scan that code.
As of now we are running php code scan with something like -
sonar-scanner -D sonar.projectKey=project.name.develop -D sonar.sources=. -D sonar.exclusions=config/**,/docker/**,docs/**,mail/**,messages/**,runtime/**,tests/**,vagrant/**,vendor/**,widgets/**,web/**
So can we simply download the plugin for react native and use this approach.
Thanks in advance.
)