Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-10743

Make file paths relative

XMLWordPrintable

    • 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)
      

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

              Created:
              Updated:
              Resolved: