Commit f2f1aea
ci: also exclude top-level test/*.md from Codacy
Previous commit added `test/**/*.md`, but in gitignore-style globs
(which Codacy uses) `**` requires at least one subdirectory level,
so it does not match `test/REGRESSION.md` at the top of `test/`.
Codacy on bab42b8 still reported the 21 markdownlint findings.
Add `test/*.md` alongside `test/**/*.md` so both top-level and any
future subdirectory test markdown are excluded.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bab42b8 commit f2f1aea
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
0 commit comments