Skip to content

fix(scanner): only recurse into directories in scanner#11

Merged
leodiegues merged 1 commit into
mainfrom
fix/non-dir-entries-scan
Feb 22, 2026
Merged

fix(scanner): only recurse into directories in scanner#11
leodiegues merged 1 commit into
mainfrom
fix/non-dir-entries-scan

Conversation

@leodiegues
Copy link
Copy Markdown
Owner

@leodiegues leodiegues commented Feb 22, 2026

This pull request makes a minor fix to the scan_kind_dir function in src/scanner.rs by correcting the indentation and ensuring that the recursive directory scan is only called when an entry is a directory. This improves code clarity and correctness.

Closes #10

@leodiegues leodiegues self-assigned this Feb 22, 2026
@leodiegues leodiegues merged commit 826ee48 into main Feb 22, 2026
5 checks passed
@leodiegues leodiegues deleted the fix/non-dir-entries-scan branch February 22, 2026 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix scanning non-directory paths

1 participant