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
Make symlink prohibition rule catch links with folder target
The use of `FilterOutDirs()` on the path list removed symlinks with folder targets, causing rule LS005 to only detect
symlinks with file targets. But all types of symlinks are prohibited so this resulted in false negatives.
0 commit comments