Command-line Git information tool
21 matches across 4 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/info/authors.rs | 182 | "John Doe".into(), |
| LOW | src/info/authors.rs | 194 | let author = Author::new("John Doe".into(), None, 1500, 2000, NumberSeparator::Plain); |
| LOW | src/info/authors.rs | 202 | "John Doe".into(), |
| LOW | src/info/authors.rs | 219 | "John Doe".into(), |
| LOW | src/info/authors.rs | 244 | "John Doe".into(), |
| LOW | src/info/authors.rs | 266 | "John Doe".into(), |
| LOW | src/info/authors.rs | 296 | "John Doe".into(), |
| LOW | src/info/authors.rs | 311 | let author_3 = Author::new("Jane Doe".into(), None, 1, 100, NumberSeparator::Plain); |
| LOW | src/info/authors.rs | 340 | name: "John Doe".into(), |
| LOW | src/info/authors.rs | 347 | name: "Jane Doe".into(), |
| LOW | src/info/authors.rs | 374 | Author::new(String::from("John Doe"), None, 30, 100, number_separator), |
| LOW | src/info/git/mod.rs | 253 | #[case("John Doe", false)] |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | ascii/src/lib.rs | 1 | //! # onefetch-ascii |
| LOW | ascii/src/lib.rs | 21 | //! {0}-::::::::{1}sMMMMMMh{0}:::::::{1}dMMMMMMm+{2}//////- |
| LOW | src/cli.rs | 121 | } |
| LOW | src/cli.rs | 181 | #[derive(Clone, Debug, Args, PartialEq, Eq)] |
| LOW | src/cli.rs | 201 | pub iso_time: bool, |
| LOW | src/cli.rs | 221 | #[arg(long)] |
| LOW | src/info/git/mod.rs | 261 | assert_eq!(is_bot(&author_name.into(), no_bots.as_ref()), expected); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/info/git/mod.rs | 186 | /// `Ok(false)`. Essentially, this function will have successfully determined that there is no diff |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | docs/web/src/lib/utils.ts | 1 | export function mapToDefaultTerminalFgColor( |