本文介绍了将 rules.csv 文件导入声纳的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个 ms-excel 格式的文件 rules.csv.rules.csv 是从其他声纳服务器的质量配置文件中下载的.现在我想用相同的质量配置文件实现我的声纳.现在我的问题是
i am having a file rules.csv in ms-excel format. The rules.csv is downloaded from quality profiles of other sonar server.Now i want to implement my sonar with same quality profiles.now my questions are
- 如何将 csv 文件导入声纳
- rules.csv 文件足以创建与其他文件相同的质量配置文件
推荐答案
进行备份/重新导入的步骤
Steps to make a backup/reimport
- 转到配置 --> 质量配置文件
- 点击所需配置文件的备份-按钮并保存文件
- 转到目标声纳实例
- 转到配置 --> 质量配置文件
- 点击恢复个人资料(在右上角,有点难以错过.)
- 选择之前保存的文件
- 完成
- Go to Configuration --> Quality Profiles
- Click the Backup-Button of the desired profile and save the file
- Go to the target sonar instance
- Go to Configuration --> Quality Profiles
- Click Restore Profile (it is in the upper right corner and a bit hard to miss.)
- Select the previously saved file
- Done
相关的声纳文档可以在这里.
Related Sonar documentation can be found here.
这篇关于将 rules.csv 文件导入声纳的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!