mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
ACS-9835-Improve code quality in alfresco-transform-core (#1116)
This commit is contained in:
7
scripts/hooks/check-format-and-headers.sh
Executable file
7
scripts/hooks/check-format-and-headers.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set +x
|
||||
|
||||
mvn spotless:apply validate -DlicenseUpdateHeaders=true > /dev/null || true
|
||||
|
||||
set -x
|
Reference in New Issue
Block a user