Skip to content

Commit

Permalink
Merge pull request #2943 from Alfresco/feature/IncludeAGSTAS
Browse files Browse the repository at this point in the history
Include AGS and TAS in pre-commit scan.
  • Loading branch information
tpage-alfresco committed Sep 25, 2024
2 parents 0f6950a + 87bba8e commit 5e9d7f3
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 5e9d7f3

Please sign in to comment.