I’ve been trying to run sonarqube whenever travis runs as well, and I’ve been getting the following error:
Error when running: CSS rules were not executed. ‘node -v’. Is Node.js available during analysis?
Is there a way for ‘node -v’ to not be run at all, since I would not like the CSS files to be analyzed anyways? (in addition, I checked all the files and there are no files ending in .css, .less, or .scss)