Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 从生成中排除的文件仍显示在sonarqube中_Asp.net_Jenkins_Sonarqube - Fatal编程技术网

Asp.net 从生成中排除的文件仍显示在sonarqube中

Asp.net 从生成中排除的文件仍显示在sonarqube中,asp.net,jenkins,sonarqube,Asp.net,Jenkins,Sonarqube,我有一个在jquery intellisense文件中重复代码的项目。所以我从构建中排除了这些文件,并将新包从development分支推送到sonarqube。但是代码重复%没有下降,文件仍然显示在重复文件列表中 我使用nuspec文件中的“文件节点”和“排除”属性排除了这些文件 你能不能在问题中添加你对sonar.excludes属性给出的模式?我使用文件节点和nuspec文件中的exclude属性排除了文件。你能不能像这样尝试exclude=***.js

我有一个在jquery intellisense文件中重复代码的项目。所以我从构建中排除了这些文件,并将新包从development分支推送到sonarqube。但是代码重复%没有下降,文件仍然显示在重复文件列表中


我使用nuspec文件中的“文件节点”和“排除”属性排除了这些文件
你能不能在问题中添加你对
sonar.excludes
属性给出的模式?我使用文件节点和nuspec文件中的exclude属性排除了文件。你能不能像这样尝试
exclude=***.js