modfile parseExt: Class, Project add FullExt#101
Merged
xushiwei merged 1 commit intogoplus:mainfrom Apr 21, 2025
Merged
Conversation
| symbolRE = regexp.MustCompile(`\*?[A-Z]\w*`) | ||
| ) | ||
|
|
||
| // TODO: to be optimized |
There was a problem hiding this comment.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示在使用注释时,建议采用“MARKER(uid): note body”的格式。这意味着注释应该包含一个标记(MARKER)和一个用户ID(uid),后面跟着注释的具体内容。
错误用法
// 这是一个错误的注释示例正确用法
// MARKER(12345): 这是一个正确的注释示例,包含标记和用户ID💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #101 +/- ##
==========================================
- Coverage 91.28% 91.14% -0.15%
==========================================
Files 6 6
Lines 769 779 +10
==========================================
+ Hits 702 710 +8
- Misses 48 49 +1
- Partials 19 20 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.