You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Function to skip paths takes a list of values separated
by spaces (space or new line), if it is just space separated values
grep will not filter values correctly, this commit
converts the list in to a bash array and then iterate the list to
ensure every item checked.
Fixes: kata-containers#2163
Signed-off-by: Jose Carlos Venegas Munoz <[email protected]>
Description of problem
kata-containers/runtime#2344
Updates files of genearted files, but this are part of files to ignore by static checks, but the
scripts does not filter correctly
Expected result
Files are ignored for this PR
Actual result
Static checks are applied there.
The text was updated successfully, but these errors were encountered: