ACS-9417 Reformat code and simplify CI

This commit is contained in:
Gerard Olenski
2025-03-14 08:38:32 +01:00
parent d282e347dc
commit 0ade3216e4
8 changed files with 167 additions and 149 deletions

View File

@@ -10,7 +10,9 @@ pre-commit install
When you make a commit then these hooks will run and check the modified files. If it makes changes then you can review them and then `git commit` again to accept the changes.
#### Code Quality
This project uses `spotless` that enforces `alfresco-formatter.xml` to ensure code quality.
This project uses `spotless` that enforces `alfresco-formatter.xml` to ensure code quality.
The code style definition file is taken always form the `master` branch of `alfresco-community-repo`.
All downstream projects use this code style definition file as well.
To check code-style violations you can use:
```bash