File tree Expand file tree Collapse file tree 3 files changed +4
-13
lines changed
Expand file tree Collapse file tree 3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- # tasks/check-doc-coverage.sh
3- # Checks documentation coverage for SQL files
2+ # MISE description="Checks documentation coverage for SQL files"
43
54set -e
65
7- cd " $( dirname " $0 " ) /.."
8-
96echo " # SQL Documentation Coverage Report"
107echo " "
11- echo " Generated: $( date) "
8+ echo " Generated: $( date + " %Y-%m-%dT%H:%M:%S%z " ) "
129echo " "
1310
1411total_sql_files=0
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # tasks/validate-documented-sql.sh
3- # Validates SQL syntax for all documented files
2+ # MISE description="Validates SQL syntax for all documented files"
43
54set -e
65
7- cd " $( dirname " $0 " ) /.."
8-
96PGHOST=${PGHOST:- localhost}
107PGPORT=${PGPORT:- 7432}
118PGUSER=${PGUSER:- cipherstash}
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # tasks/validate-required-tags.sh
3- # Validates that required Doxygen tags are present
2+ # MISE description="Validates required Doxygen tags are present"
43
54set -e
65
7- cd " $( dirname " $0 " ) /.."
8-
96echo " Validating required Doxygen tags..."
107echo " "
118
You can’t perform that action at this time.
0 commit comments