SonarQube: Unable to read and import the source file '…/somefile.js' with the charset : 'UTF-8'

可紊 提交于 2019-12-13 00:55:43

问题


I am trying to run SonarQube in Jenkins for my Visual Studio project. But it fails: "Unable to read and import the source file '.../_references.js' with the charset : 'UTF-8'".

I read that this might be because there is two or more _references.js files. I tried to exclude SonarQube from analyzing _references.js files but same error.

How could I fix this? Or is there some solution to really ignore SonarQube from analyzing _references.js files?

SonarQube version is 4.5.4

来源:https://stackoverflow.com/questions/41719244/sonarqube-unable-to-read-and-import-the-source-file-somefile-js-with-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!