Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 模板文件yaml 转表单,yaml 语法错误提示行数 #3291

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

LidolLxf
Copy link
Contributor

feat:模板文件yaml 转表单,yaml 语法错误提示行数

// 检查yaml 内容格式
if err := checkYamlFormat(req.GetYaml()); err != nil {
return err
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

改到变量解析后检测 yaml 格式

@LidolLxf LidolLxf changed the title feat:模板文件yaml 转表单,yaml 语法错误提示行数 feat: 模板文件yaml 转表单,yaml 语法错误提示行数 Jun 21, 2024
@ifooth ifooth merged commit 87cb9c0 into TencentBlueKing:master Jul 2, 2024
19 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants