Jason Young
Jason Young
Trying to understand... A recent change to SonarQube (the server) has broken scanner plugins, and this has to be fixed in "sonar itself" meaning... the server? No, the scanner! (maybe?)...
Are we talking about a Maven build plugin used when we do the scan on the code, or the server-side plugin?
For those as clueless as I was about this problem, we are talking about a plugin installed in the SonarQube server. To uninstall, go to /admin/marketplace?filter=installed and look for "Gitlab."...
Provided workarounds failed for me. This change to the offending dependency in package.json worked in my case: ``` - "require-css": "guybedford/require-css#", + "require-css": "https://github.com/guybedford/require-css#", ``` Other dependencies also had the...