Each SonarQube Analysis of a Swift only project we get an error, which makes our build task red, meaning failing.
This is the error:
##[error]WARN: Sonargraph Integration: Skipping project PROJECT_NAME [PROJECT_IDENTIFIER], since no Sonargraph rules are activated in current SonarQube quality profile [PROFILE_NAME].
Of course we want to avoid this error. How do we configure our project that SonarGraph is not not involved?
At the moment it is not failing, but in the build summary we always get these messages, which is kind of annoying since it always takes some time to see if it is this known warning or something new. We like to have our build free of any warning