Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Several workflowcheck improvement suggestions

オープン
#2,770 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
静か
技術スタック
java
領域
tooling

調査の方向性

#2767 で説明されている静的アナライザー workflowcheck から始め、要求された改善を確認して、独立してスコープを設定できる部分を 1 つ特定します。選択した変更の動作と、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
スター
434
フォーク
252
平均マージ
6日 5時間
マージ済み PR(30日)
25

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

temporalio/sdk-java のほかの issue

temporalio/sdk-java の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。