We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c0841 commit b3fc0ebCopy full SHA for b3fc0eb
tasks/docs/validate/coverage.sh
@@ -8,7 +8,7 @@ echo ""
8
echo "Generated: $(date +"%Y-%m-%dT%H:%M:%S%z")"
9
echo ""
10
11
-source_directory="$(pwd)/src"
+source_directory="src"
12
total_sql_files=0
13
documented_sql_files=0
14
tasks/docs/validate/documented-sql.sh
@@ -8,7 +8,7 @@ PGPORT=${PGPORT:-7432}
PGUSER=${PGUSER:-cipherstash}
PGPASSWORD=${PGPASSWORD:-password}
PGDATABASE=${PGDATABASE:-postgres}
echo "Validating SQL syntax for all documented files..."
tasks/docs/validate/required-tags.sh
@@ -6,7 +6,7 @@ set -e
6
echo "Validating required Doxygen tags..."
7
errors=0
warnings=0
0 commit comments