Skip to content

Commit 9d2096c

Browse files
timsaucerclaude
andcommitted
build: drop overbroad **/*.md RAT exclude
The `**/*.md` exclude dropped every markdown file repo-wide from license checking, not just docs. It was redundant (docs are already covered by `docs/**`) and overly broad. Removing it; RAT still reports 0 unapproved because the remaining markdown carries valid headers. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2e50d6e commit 9d2096c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ under the License.
164164
<exclude>README.md</exclude>
165165
<exclude>CONTRIBUTING.md</exclude>
166166
<exclude>docs/**</exclude>
167-
<exclude>**/*.md</exclude>
168167
<!-- VCS and editor metadata -->
169168
<exclude>.gitignore</exclude>
170169
<exclude>.idea/**</exclude>

0 commit comments

Comments
 (0)