[edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths

2022-03-21 Thread Michael Kubacki
From: Michael Kubacki Currently, UncrustifyCheck._get_git_ignored_paths() is documented to return a list of absolute file paths but it currently returns a list of relative file paths. This change updates the function to return a list of absolute file paths. The result is later compared to the li

Re: [edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths

2022-03-22 Thread Michael D Kinney
ect: [edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update > func to return absolute paths > > From: Michael Kubacki > > Currently, UncrustifyCheck._get_git_ignored_paths() is documented to > return a list of absolute file paths but it currently returns a list

Re: [edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths

2022-03-22 Thread Michael D Kinney
hael D > > Cc: Gao, Liming ; Sean Brogan > ; Bret Barkelew > Subject: RE: [edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: > Update func to return absolute paths > > Reviewed-by: Michael D Kinney > > Mike > > > -Original Message- >

Re: [edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths

2022-04-01 Thread Michael Kubacki
Barkelew Subject: [edk2-devel] [PATCH v1 1/4] .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths From: Michael Kubacki Currently, UncrustifyCheck._get_git_ignored_paths() is documented to return a list of absolute file paths but it currently returns a list of relative file p