Pattern Findings
14 matches across 3 categories.
Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|
| LOW | search_test.go | 31 | "name": "John Doe", |
| LOW | testdata/example.json | 2 | "title": "Lorem ipsum", |
| LOW | testdata/example.json | 3 | "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore |
| LOW | testdata/example.json | 3 | "text": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore |
| LOW | testdata/example.json | 12 | "name": "John Doe", |
| LOW | testdata/blog.json | 2 | "title": "Lorem ipsum", |
| LOW | testdata/blog.json | 3 | "body": "# Lorem Ipsum Dolor Sit Amet\n\n## Consectetur Adipiscing Elit\n\nLorem ipsum dolor sit amet, consectetur adi |
| LOW | testdata/blog.json | 3 | "body": "# Lorem Ipsum Dolor Sit Amet\n\n## Consectetur Adipiscing Elit\n\nLorem ipsum dolor sit amet, consectetur adi |
| LOW | testdata/blog.json | 9 | "name": "John Doe", |
| Severity | File | Line | Snippet |
|---|
| LOW | internal/complete/complete.go | 294 | // Step 1: Expand ~ to home directory |
| LOW | internal/complete/complete.go | 307 | // Step 2: If compWord ends in "/", treat it as a directory and add a "*" pattern |
| LOW | internal/complete/complete.go | 316 | // Step 3: Perform globbing |
| LOW | internal/complete/complete.go | 322 | // Step 4: Format matches |
| Severity | File | Line | Snippet |
|---|
| LOW | internal/fuzzy/algo.go | 21 | scoreMatch = 16 |