Add first (manual) CI jobs #174

Merged
lars.winzer merged 11 commits from chore/gitlab-linting-formatting-pipeline into main 2026-03-13 23:24:46 +01:00
Showing only changes of commit 815b60232c - Show all commits
+4
View File
@@ -60,6 +60,10 @@
<!-- https://checkstyle.sourceforge.io/checks/imports/unusedimports.html -->
<module name="UnusedImports"/>
<!-- No unordered / ungrouped imports -->
<!-- https://checkstyle.sourceforge.io/checks/imports/importorder.html -->
<module name="ImportOrder"/>
<!-- Classes, enums, records, ... as PascalCase -->
<!-- https://checkstyle.sourceforge.io/checks/naming/typename.html -->
<module name="TypeName"/>