Commit 65c518b
committed
fix(docs): skip auto-generated files in validation
Add check to skip auto-generated files (with '-- AUTOMATICALLY GENERATED FILE'
marker) in validate-required-tags.sh, matching check-doc-coverage.sh behavior.
This fixes validation errors for src/version.sql which is generated during
build from src/version.template (which is properly documented).
Validation now correctly:
- Skips version.sql (auto-generated, in .gitignore)
- Validates version.template (source with documentation)
- Achieves 100% coverage without errors1 parent 95b8ce8 commit 65c518b
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
16 | 21 | | |
17 | 22 | | |
18 | 23 | | |
| |||
0 commit comments