• Icon: New Feature New Feature
    • Resolution: Won't Fix
    • Icon: Major Major
    • violations-plugin
    • 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)
      

          [JENKINS-10743] Make file paths relative

          Mark Waite added a comment -

          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"

          Mark Waite added a comment - 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"

            peterkittreilly peterkittreilly
            cweiske_nr Christian Weiske
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: