Hi Sean,
Perhaps in the future this can be converted to an option python parameter with a default value of None?
Mike
From: devel@edk2.groups.io <devel@edk2.groups.io>
On Behalf Of Sean
Sent: Friday, April 1, 2022 10:45 AM
To: Kinney, Michael D <michael.d.kinney@intel.com>; devel@edk2.groups.io
Subject: Re: [edk2-devel] [PATCH v1 2/4] .pytool/Plugin/UncrustifyCheck: Add ignore file support
In regard to the "nofile.txt"
That parameter is used for reporting which file specified the ignore list. This was a feature of the gitignore parser that was integrated but that "report" is never used. Thus, in the additional api I added where I enabled the ignore content in a parameter
rather than file, I "shimmed" it using nofile.txt as an indicator that this came from parameter.
Hope that helps explain why.
Thanks
Sean