mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Include AGS and TAS in pre-commit scan.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user