Repository Analysis

casey/just

🤖 Just a command runner

0.1 Likely human-written View on GitHub
0.1
Adjusted Score
0.1
Raw Score
100%
Time Factor
2026-05-29
Last Push
33,975
Stars
Rust
Language
61,064
Lines of Code
261
Files
8
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 8

Pattern Findings

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

Over-Commented Block8 hits · 8 pts
SeverityFileLineSnippet
LOWwww/index.css61#u:hover:after { content: '~'; }
LOWsrc/positional.rs1use super::*;
LOWsrc/positional.rs21/// invoked and are a convenient way to override settings.
LOWsrc/search_config.rs1use super::*;
LOWsrc/invocation_parser.rs1use super::*;
LOWsrc/lexer.rs1use {super::*, CompileErrorKind::*, TokenKind::*};
LOWsrc/parser.rs1use {super::*, TokenKind::*};
LOWsrc/summary.rs1//! Justfile summary creation, for testing purposes only.