The ci for lint was not properly run because in some runners the default image is ubuntu, while on others it is alpine. The alpine images does not support --exclude-dir and thus it reports a false negative. This fixes it.
Type: skip
Differential D167
Fix lint ci Authored by tusooa on Aug 12 2024, 4:35 PM.
Details
The ci for lint was not properly run because in some runners the default image is ubuntu, while on others it is alpine. The alpine images does not support --exclude-dir and thus it reports a false negative. This fixes it. Type: skip Verify CI passes.
Diff Detail
|