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

multi configuration same language

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
java, kotlin

調査の方向性

issue に示されている Gradle Kotlin 設定から始め、2 つの java ブロック、targetExclude、cleanthat() に焦点を当てます。同じ言語に対する複数の設定を、ライセンスヘッダーを広範囲に適用しつつ Cleanthat を選択的に適用する形で組み合わせられるかを確認します。設定がこれらの個別のスコープをサポートするか、制限事項と指定されたファイルを除外するためのサポートされている方法を明確に文書化していれば、完了です。

索引モデルが issue の本文から書いたものです。

説明

So, due to an incompatibility down the stack with java 21 (at the time of this writing) I'm trying to have cleanThat skip a specific file. I'm not certain based on their docs if I can skip a specific file with this. Anyways, I tried this, hoping it might work (also tried adding a target)

  java {
    licenseHeader(copyright + javaLicense)
  }
  
  java {
    targetExclude("**/TransactionBeanPostProcessorTest.java")
    cleanthat().addMutators(listOf("SafeAndConsensual", "SafeButNotConsensual"))
  }

yeah, that doesn't work, but could it? my hope was taking 2 passes, license header over everything, but clean that over most things. As it appears I'll have to choose to skip this one file entirely or remove clean that entirely (I doubt it finds problems for me anyways).

主要言語
Java
スター
5.7k
フォーク
560
平均マージ
1日 13時間
マージ済み PR(30日)
43

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

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

diffplug/spotless のほかの issue

diffplug/spotless の issue をすべて見る

似ている issue

Java の issue をもっと見る

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

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