Repository Analysis

neovide/neovide

No Nonsense Neovim Client in Rust

0.7 Likely human-written View on GitHub
0.7
Adjusted Score
0.7
Raw Score
100%
Time Factor
2026-05-16
Last Push
15,023
Stars
Rust
Language
38,173
Lines of Code
131
Files
22
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 2LOW 20

Pattern Findings

22 matches across 2 categories. Click a row to expand file-level details.

Over-Commented Block20 hits · 20 pts
SeverityFileLineSnippet
LOWsrc/cmd_line.rs61 #[arg(long = "reuse-instance", action = ArgAction::SetTrue, default_value = "0", value_parser = FalseyValueParser::n
LOWsrc/cmd_line.rs81
LOWsrc/cmd_line.rs201
LOWsrc/main.rs201}
LOWsrc/main.rs221 // the neovim process.
LOWsrc/main.rs241 //
LOWsrc/main.rs261 // The running tracker responds to quit requests, allowing other systems to trigger a process
LOWsrc/renderer/box_drawing/renderer.rs1601
LOWsrc/renderer/box_drawing/renderer.rs1621 // Test 2:
LOWsrc/renderer/fonts/font_options.rs381 PixelGeometry::BGRV => Self::BGRV,
LOWsrc/bridge/events.rs201 /// [`RedrawEvent::MouseOff`] UI events directly indicate if mouse support is active. Some
LOWsrc/bridge/events.rs221 /// Indicates to the UI that it must stop rendering the cursor. This event is misnamed and does
LOWsrc/bridge/events.rs241 /// **Note:** Unlike the corresponding [ui-grid-old] events, the screen is not always cleared after
LOWsrc/bridge/events.rs361 /// The message grid will be displayed at this row of the default grid (grid=1), covering
LOWsrc/bridge/events.rs381 /// implementing, for example, smooth scrolling should take this into account and keep the grid
LOWsrc/window/keyboard_manager.rs221 pub fn format_modifier_string(&self, text: &str, is_special: bool) -> String {
LOWsrc/window/keyboard_manager.rs321// N.B. on 'meta', and on the macintosh key 'option':
LOWsrc/window/keyboard_manager.rs341// - not mapped to meta, and
LOWsrc/window/keyboard_manager.rs361// etc.); and
LOWsrc/editor/style.rs21
Decorative Section Separators2 hits · 6 pts
SeverityFileLineSnippet
MEDIUMsrc/renderer/box_drawing/renderer.rs1404 // ╭──────────╮
MEDIUMsrc/renderer/box_drawing/renderer.rs1406 // ╰──────────╯