Refine checkstyle configuration to be more granular regarding severity of violations #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature Request
Summary
Rework severity indicator of Checkstyle task and update script used in checkstyle-report job accordingly.
Required workarround
None
Description
Old issue discription:
Checklist
I reproduced the problem using the steps aboveI searched documentation docs for relevant informationmarked this issue as related to #24
changed type from issue to task
changed the description
changed title from
Refine checkstyle pipeline to block MR when coding conventions are violatedtoRefine checkstyle configuration to be more granular regarding severity of violationsassigned to @lars.winzer
created branch
chore/6-refine-checkstyle-configuration-regarding-severityto address this issueadded 25m of time spent at 2026-03-30 12:00:00 +0200
It proves to be difficult to integrate these changes, as both a
warningandinfofor checkstyle is no failed build for gradle.But as the pipeline relies on a build failure to block the merge, a successful build would allow a merge with these violations.
This issue will be closed for now. It might get revisited in a future milestone.