Commit ccc9f7f
committed
fix: exclude target directory from markdown linting
The markdown linter was incorrectly processing generated documentation
files in the ./target directory, causing linting failures on auto-
generated content that should not be subject to style checks.
Changes:
- Add ./target/* exclusion to markdown file discovery
- Update comment to reflect both terraform and target exclusions
- Maintains existing .terraform exclusion functionality
This ensures linting only processes source markdown files and ignores
build artifacts and generated documentation.1 parent 82c1df8 commit ccc9f7f
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments