Skip to content

Fix recursive directory traversal and remove file skipping

Waqar Ahmed requested to merge work/fix-recursive-directory-traversal into master

Reverts 1c62b82d

The manual directory traversal was broken if someone used name filters. Besides that, we have "filters" and "exclude_patterns" to skip stuff, those should be used instead of us skipping things for people which may not be wanted in some cases.

Merge request reports

Loading