Skip to content

Commit b3fc0eb

Browse files
committed
refactor: go back to relative paths, so the output is less noisy
1 parent 40c0841 commit b3fc0eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tasks/docs/validate/coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo ""
88
echo "Generated: $(date +"%Y-%m-%dT%H:%M:%S%z")"
99
echo ""
1010

11-
source_directory="$(pwd)/src"
11+
source_directory="src"
1212
total_sql_files=0
1313
documented_sql_files=0
1414

tasks/docs/validate/documented-sql.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PGPORT=${PGPORT:-7432}
88
PGUSER=${PGUSER:-cipherstash}
99
PGPASSWORD=${PGPASSWORD:-password}
1010
PGDATABASE=${PGDATABASE:-postgres}
11-
source_directory="$(pwd)/src"
11+
source_directory="src"
1212

1313
echo "Validating SQL syntax for all documented files..."
1414
echo ""

tasks/docs/validate/required-tags.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
echo "Validating required Doxygen tags..."
77
echo ""
88

9-
source_directory="$(pwd)/src"
9+
source_directory="src"
1010
errors=0
1111
warnings=0
1212

0 commit comments

Comments
 (0)