Skip to content

Commit f2f1aea

Browse files
etrclaude
andcommitted
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

File tree

.codacy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
# regression gate at test/REGRESSION.md). Same rationale as specs/.
1010
exclude_paths:
1111
- 'specs/**'
12+
- 'test/*.md'
1213
- 'test/**/*.md'

0 commit comments

Comments
 (0)