[Feature] 添加更多的自定义检查任务,并在条件允许的情况下为这些任务生成检查报告
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 10.1k
- Forks
- 934
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 82
Description
概述 | Summary
- 检查代码行末换行符(Line Endings)是否符合 .gitattributes
- 检查非默认语言中是否存在默认语言所缺失的键
暂时就想到这两个
如果可以的话,可以为这些自定义检查任务生成一个报告 (checkstyle xml / rdjsonl) ,配合 check code comment 自动将错误发送出来。
原因 | Reason
辅助代码审查
详情 | Description
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or existing entry points are identified in the issue. Start by locating the current custom check-task implementation and any check code comment integration, then determine how checks for .gitattributes line endings and missing translation keys should produce checkstyle XML or rdjsonl reports. Done means both checks and the requested report output are defined and usable for code review.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100