Hi,
We are getting the following error when running npm run sonar-scanner
on a javascript project:
5.957 ERROR: Error during SonarQube Scanner execution
5.957 ERROR: You are running manual analysis while Automatic Analysis is enabled. Please consider disabling one or the other
Searching for this error I find the documentation JavaScript/TypeScript test coverage & SonarCloud
Simply go to Administration > Analysis Method and switch SonarCloud Automatic Analysis to OFF
However, when I click on the Administration button on the project I only see these options:
I searched the “Quality Profiles” to see if the option is available there, but it is not. Am I missing something or is the documentation out of date? Thanks.