ACS-9420 pre-commit checks and reformat code (#1650)

* ACS-9420 Reformat code and add pre-commit checks to CI

* Trigger [reformat code]

* Apply Pre-Commit code formatting

---------

Co-authored-by: alfresco-build <alfresco-build@users.noreply.github.com>
This commit is contained in:
Gerard Olenski
2025-03-19 10:05:05 +01:00
committed by GitHub
parent 3c34c532d0
commit 6252de4707
8 changed files with 548 additions and 178 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set +x
mvn spotless:apply validate -DlicenseUpdateHeaders=true -Pags,all-tas-tests > /dev/null || true
set -x