-
New Feature
-
Resolution: Won't Fix
-
Major
-
None
The checkstyle violations report currently shows the full path to the file, which totally destroys the page layout (and makes it unreadable) with deeply nested directory structures.
It'd be helpful if the paths would automatically be made relative to the workspace directory.
Currently:
var/data/jenkins/jobs/aida-root/workspace/typo3conf/ext/foo/src/Foo/Catalog/Object/Destination.php 0 130 0 130 var/data/jenkins/jobs/aida-root/workspace/typo3conf/ext/foo/src/Foo/Catalog/Url.php 0 49 0 49 (-1)
Desired output
typo3conf/ext/foo/src/Foo/Catalog/Object/Destination.php 0 130 0 130
typo3conf/ext/foo/src/Foo/Catalog/Url.php 0 49 0 49 (-1)
The violations plugin is deprecated. It has an unresolved security vulnerability. The last commit to the source code repository was over 7 years ago. Closing the issue as "Won't fix"