fix: remove yaml literal block scalar in linglong.yaml#409
Conversation
There was a problem hiding this comment.
Sorry @add-uos, your pull request is larger than the review limit of 150000 diff characters
|
TAG Bot TAG: 6.0.20 |
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
|
Warning
|
|
Note
详情{
"linglong.yaml": [
{
"line": " url: \"http://gerrit.uniontech.com/deepin-voice-note\"",
"line_number": 64,
"rule": "S35",
"reason": "Url link | 58e6d4a7c1"
}
],
"src/views/vnotemainwindow.cpp": [
{
"line": " url = \"https://www.deepin.org/zh/agreement/privacy/\";",
"line_number": 1922,
"rule": "S35",
"reason": "Url link | 20e2eab189"
},
{
"line": " url = \"https://www.uniontech.com/agreement/privacy-cn\";",
"line_number": 1924,
"rule": "S35",
"reason": "Url link | 4850a00dd7"
},
{
"line": " url = \"https://www.deepin.org/en/agreement/privacy/\";",
"line_number": 1928,
"rule": "S35",
"reason": "Url link | 38d42f63bf"
},
{
"line": " url = \"https://www.uniontech.com/agreement/privacy-en\";",
"line_number": 1930,
"rule": "S35",
"reason": "Url link | f82409d3b5"
}
],
"assets/web/js/summernote_v9_2.js": [
{
"line": " var KEY_BOGUS = 'bogus';",
"line_number": 3943,
"rule": "S106",
"reason": "Var naming | 6d7db7168d"
},
{
"line": " .attr('src', 'https://instagram.com/p/' + igMatch[1] + '/embed/')",
"line_number": 6957,
"rule": "S35",
"reason": "Url link | dcb31e9ddf"
},
{
"line": " .attr('src', 'http://v.qq.com/iframe/player.html?vid=' + vid + '&auto=0');",
"line_number": 6994,
"rule": "S35",
"reason": "Url link | ce631f8419"
}
]
} |
Use plain string format for description field to fix incorrect display in ll-cli list output. 移除 linglong.yaml description 的 YAML 块标量语法, 修复 ll-cli list 命令下描述信息显示异常。 Log: 修复 linglong.yaml 描述信息显示有误 PMS: BUG-370559 Influence: ll-cli list 命令查看语音记事本描述信息时显示正常。
0e27170 to
3e8cc9a
Compare
deepin pr auto review★ 总体评分:100分■ 【总体评价】
■ 【详细分析】
■ 【改进建议代码示例】 # 当前修改已完全符合规范,无需进一步调整
package:
name: deepin-voice-note
version: 6.5.62.1
kind: app
description: |
voice note for deepin os
command: |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: add-uos, lzwind The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/merge |
Use plain string format for description field to fix incorrect display in ll-cli list output.
移除 linglong.yaml description 的 YAML 块标量语法,修复 ll-cli list 命令下描述信息显示异常。
Log: 修复 linglong.yaml 描述信息显示有误
PMS: BUG-370559
Influence: ll-cli list 命令查看语音记事本描述信息时显示正常。