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
Adding a symlink's name to ignore-paths or -patterns does not ignore the symlink, instead you need to put the path of the symlinks destination. E.g. if you have a symlink thisisasymlink to /tmp/example and add thisisasymlink to ignore-paths, thisisasymlink will not be ignored. You have to add /tmp/example to ignore-paths instead.
To Reproduce Steps to reproduce the behavior:
Create a symlink
Add symlink to ignore-paths
Symlink is not ignored
Expected behavior Symlink is ignored.
Environment (please complete the following information):
OS: Ubuntu 20.04.3
Tool: any
Prospector version 1.9.0
Python version 3.8.10
The text was updated successfully, but these errors were encountered:
Describe the bug
Adding a symlink's name to ignore-paths or -patterns does not ignore the symlink, instead you need to put the path of the symlinks destination. E.g. if you have a symlink
thisisasymlink
to/tmp/example
and addthisisasymlink
to ignore-paths,thisisasymlink
will not be ignored. You have to add/tmp/example
to ignore-paths instead.To Reproduce Steps to reproduce the behavior:
Expected behavior Symlink is ignored.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: