Skip to content

Commit

Permalink
Include AGS and TAS in pre-commit scan.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco committed Sep 25, 2024
1 parent 837fb0c commit 87bba8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hooks/check-format-and-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 87bba8e

Please sign in to comment.