简体   繁体   English

如何显示激活和停用规则的列表?

[英]How to show the list of rules to activate and inactivate them?

We are using Sonarqube Version 6.5 (build 27846) - LGPL v3 for C# language, I have created a new quality profile, but when I click the "Activate More" button; 我们正在使用Sonarqube 6.5版(内部版本27846)-C#语言的LGPL v3,我创建了一个新的质量配置文件,但是当我单击“激活更多”按钮时; Does not show the list of rules to activate and inactivate them, shows message "NO CODING RULES". 不显示用于激活和停用规则的列表,而是显示消息“无编码规则”。 Nor does it work with the sonarway profile, does not show the list of rules to inactivate those that do not apply to our business niche. 它也不适用于sonarway配置文件,没有显示规则列表以使那些不适用于我们的业务细分市场的规则失效。 I have not yet run the first analysis in this version because we have only 110 active rules, for this reason I want to deactivate the rest before running the analysis. 我尚未运行此版本中的第一个分析,因为我们只有110个活动规则,因此,我想在运行分析之前停用其余规则。

Language: c# Plugin: 6.3 (build 2862) installed NO CODING RULES 语言:c#插件:6.3(内部版本2862)已安装无编码规则

Starting with SonarQube 6.5, built-in profiles are not editable. 从SonarQube 6.5开始,内置配置文件不可编辑。

Regarding your custom profile, this is likely caused by a corrupt ElasticSearch index. 关于您的自定义配置文件,这很可能是由ElasticSearch索引损坏引起的。

  • stop your server 停止服务器
  • delete $SONARQUBE_HOME/data/es 删除$SONARQUBE_HOME/data/es
  • restart the server (the time this takes will vary by instance size) 重新启动服务器(所需时间将因实例大小而异)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 由于显示 ContentDialog,如何阻止/停用 Uwp 应用程序标题栏? - How to blocked/Inactivate Uwp app title bar due to show ContentDialog? 如何动态创建按钮列表并在ListBox或ItemsControl的MainForm中显示它们 - How to make a list of buttons dynamically and show them in the MainForm in a ListBox or ItemsControl 如何在类型复选框列表中添加项目并在复选框中显示它们? - How to Add items in List of Type CheckBox and Show them in Check Boxes? 如何显示用户未参与的测验列表? - How can I show the list of quizzes that the user did not participate in them? 我该如何暂时停用MSBuild.ILMerge.Task? - How can I temporarily inactivate MSBuild.ILMerge.Task? 如何使用form.Activate();传递参数 而不是form.Show(); - How to Pass Parameter with form.Activate(); instead of form.Show(); 如何使用两个排序规则对列表进行排序? - How to sort a list with two sorting rules? 如何对列表中的2个不同规则进行排序<string> - How to sort on 2 distinct rules in List<string> 从.DLL返回列表项,并在ListBox中显示它们 - Return List Items from .DLL and show them in ListBox 如何传递列表以根据加班时间查看和过滤它们。 fx 显示所有员工,然后过滤 asp.net 核心 mvc 中的员工 - How to pass a list to view and filter them based on Overtime. fx show all employees then filtered ones in asp.net core mvc
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM