Commit 3b14193
committed
### What changes were proposed in this pull request?
This PR adds `.claude/**` to the Spotless `targetExclude` patterns in `build.gradle` for both Java formatting (in the `allprojects` block) and misc formatting (at the root level).
### Why are the changes needed?
The `.claude/` directory (used by Claude Code for worktrees, plans, and other metadata) contains files that should not be subject to Spotless formatting checks. Without this exclusion, Spotless may report false positives on files within `.claude/`.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and `gradle spotlessCheck` passes successfully.
BTW, the problem doesn't happen in the CI because it's a clean build without any Claude Code operations.
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Opus 4.6)
Closes #566 from dongjoon-hyun/SPARK-56117.
Authored-by: Dongjoon Hyun <dongjoon@apache.org>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 4641727 commit 3b14193
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments