Skip to content

modfile parseExt: Class, Project add FullExt#101

Merged
xushiwei merged 1 commit intogoplus:mainfrom
xushiwei:q
Apr 21, 2025
Merged

modfile parseExt: Class, Project add FullExt#101
xushiwei merged 1 commit intogoplus:mainfrom
xushiwei:q

Conversation

@xushiwei
Copy link
Copy Markdown
Member

No description provided.

symbolRE = regexp.MustCompile(`\*?[A-Z]\w*`)
)

// TODO: to be optimized
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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
Copy link
Copy Markdown

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.14%. Comparing base (8094246) to head (bee3121).
Report is 19 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xushiwei xushiwei merged commit d2b6c84 into goplus:main Apr 21, 2025
13 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.

1 participant