Re: gitblamer skips file annotation with relative path

2017-11-29 Thread Ullrich Hafner
This seems to be a bug: your relative path is converted to an absolute path by mistake. Can you please file an issue (don’t forget to add the affected parser). > Am 28.11.2017 um 23:12 schrieb Mathieu Zhang : > > I have the following workspace structure: > > - ${WORKSPACE}/git-checkout > - ${WO

gitblamer skips file annotation with relative path

2017-11-28 Thread Mathieu Zhang
I have the following workspace structure: - ${WORKSPACE}/git-checkout > - ${WORKSPACE}/artifacts The codes are build with (from WORKSPACE) make -C git-checkout ARTIFACTS_DIR=${WORKSPACE}/artifacts which would write output files to ${WORKSPACE}/artifacts, including pylint output, which contai