From 87bba8e381f046315d9a06e9ed80648485409776 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Wed, 25 Sep 2024 14:16:27 +0100 Subject: [PATCH] Include AGS and TAS in pre-commit scan. --- scripts/hooks/check-format-and-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hooks/check-format-and-headers.sh b/scripts/hooks/check-format-and-headers.sh index 484e39c49cc..26286305d8e 100755 --- a/scripts/hooks/check-format-and-headers.sh +++ b/scripts/hooks/check-format-and-headers.sh @@ -16,7 +16,7 @@ do done include_list=${include_list:1} -mvn spotless:apply validate -DlicenseUpdateHeaders=true -Dspotless-include-list="${include_list}" > /dev/null || true +mvn spotless:apply validate -DlicenseUpdateHeaders=true -Pags,all-tas-tests -Dspotless-include-list="${include_list}" > /dev/null || true all_nonconformant_files=$(git diff --name-only --diff-filter=ACMR)