Skip to content

Commit 7cd3f8f

Browse files
committed
docs: add Doxygen configuration and validation scripts
1 parent 65c518b commit 7cd3f8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tasks/validate-required-tags.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ errors=0
1313
warnings=0
1414

1515
for file in $(find src -name "*.sql" -not -name "*_test.sql"); do
16-
# Skip auto-generated files
17-
if grep -q "^-- AUTOMATICALLY GENERATED FILE" "$file" 2>/dev/null; then
18-
continue
19-
fi
20-
2116
# For each CREATE FUNCTION, check tags
2217
functions=$(grep -n "^CREATE FUNCTION" "$file" 2>/dev/null | cut -d: -f1 || echo "")
2318

0 commit comments

Comments
 (0)