Skip to content

自动化格式工具#146

Open
VickyZhou2021 wants to merge 2 commits into
lynxworld:devfrom
VickyZhou2021:groupwork
Open

自动化格式工具#146
VickyZhou2021 wants to merge 2 commits into
lynxworld:devfrom
VickyZhou2021:groupwork

Conversation

@VickyZhou2021

@VickyZhou2021 VickyZhou2021 commented Dec 17, 2024

Copy link
Copy Markdown

1.引入自动化格式工具Scalafmt
 -- 添加 Scalafmt 插件到 SBT
 -- 配置 Scalafmt
 -- 将 Scalafmt 集成到 CI/CD
2.更新throw信息,提供更详细的错误信息,指出是 Map 中缺少哪些关键信息导致无法解析

groupMember: zwt、lls

})))
}
throw LynxTemporalParseException("can not parse date from map")
throw LynxTemporalParseException(s"Missing required keys in the map to parse date. Map content: $map")//原来为throw LynxTemporalParseException("can not parse date from map") 更改后提供更详细的错误信息,指出是 Map 中缺少哪些关键信息导致无法解析

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Don't explain changes in the code file.

Comment thread fixlog

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Don't put this information here, just state it in the PR.

Comment thread .vscode/settings.json Outdated

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do not upload files generated by IDE.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Has this workflow been tested?

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.

2 participants