Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15
-
None
Description
Currently, the DirectoryWalker tests if a directory is "restricted":
Restricted means a directory starting with . e.g. a hidden directory:
The problem is that rat doesn't scan files in ANY hidden directory.
We should add a flag to scan hidden directories (the user can decide to bypass the hidden directories or not) and let the user eventually define excludes.