Repository Analysis

sharkdp/fd

A simple, fast and user-friendly alternative to 'find'

1.1 Likely human-written View on GitHub
1.1
Adjusted Score
1.1
Raw Score
100%
Time Factor
2026-05-28
Last Push
43,157
Stars
Rust
Language
10,607
Lines of Code
44
Files
12
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 12

Pattern Findings

12 matches across 1 category. Click a row to expand file-level details.

Over-Commented Block12 hits · 12 pts
SeverityFileLineSnippet
LOWtests/tests.rs1501/// Symlink as search directory
LOWsrc/main.rs141 base_directory.to_string_lossy()
LOWsrc/main.rs161/// that the pattern resolves to a real directory avoids those false
LOWsrc/cli.rs81 /// Do not require a git repository to respect gitignores.
LOWsrc/cli.rs301
LOWsrc/cli.rs321 help = "Exclude entries that match the given glob pattern",
LOWsrc/cli.rs341 /// {n}{n} 'x' or 'executable': executables
LOWsrc/cli.rs381 /// allowable file extensions can be specified.
LOWsrc/cli.rs401 /// Allowed unit values:
LOWsrc/cli.rs441 /// less than the argument are returned. The argument can be provided
LOWsrc/cli.rs461 /// Precede either side with a '!' to exclude files instead.
LOWsrc/cli.rs801#[derive(Copy, Clone, PartialEq, Eq, ValueEnum)]