Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Several workflowcheck improvement suggestions

未关闭
#2,770 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
5/5
预计耗时
一周以上
新手友好度
35/100
Issue 类型
功能
描述清晰度
需要澄清
活跃度
冷清
技术栈
java
领域
tooling

调研方向

从 #2767 中描述的静态分析器 workflowcheck 开始,查看所请求的改进,以确定一个可独立划分范围的部分。确认所选更改的行为,以及它与相关输出或配置路径的集成,例如 CLI、IntelliJ 控制台、GitHub Actions 或 HTML 结果。

由索引模型根据 Issue 内容生成。

描述

enhancement

Describe the solution you'd like

In addition to Gradle plugin (#2768) and Maven plugin (#2769), the workflowcheck static analyzer done in #2767 could use the following improvements:

  • Accept environment variables to point to config files
  • Accept environment variables to provide specific config properties
  • Accept Java system properties to point to config files
  • Accept Java system properties to provide specific config properties
  • Check lambda contents but avoid SideEffect
  • Module support
  • Kotlin tests/confirmation
  • Prevent field mutation in queries and update validators
  • Config prebuilding where you can give a set of packages and it will generate a .properties set of invalid methods
    and save from having to reread the class files of that package at runtime
    • Also consider shipping with prebuilt config for Java standard library through Java 21
  • Support SARIF output for better integration with tooling like GitHub actions
  • Change output to work with IntelliJ's console linking better (see
    this SO answer)
  • Support an HTML-formatted result with collapsible hierarchy
  • For very deep trees, support [...] by default to replace all but the two beginning and two end entries (with CLI
    option to show more)

These are combined into one issue by request, but any particular piece can be broken off and worked on independently.

主要语言
Java
星标
433
派生
249
平均合并
6 天 5 小时
30 天内合并 PR
25

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

temporalio/sdk-java 的其他 Issue

查看 temporalio/sdk-java 的全部 Issue

相似的 Issue

更多 Java Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。