This repository was archived by the owner on Jul 19, 2025. It is now read-only.
 
 
 - 
  Notifications
 You must be signed in to change notification settings 
- Fork 24
Commit 845d72e
Fix reporting on non-existent files
We have at least as many bugs as we have regular expressions.
We're using this regex to strip path prefixes of `./`. That `.`, of
course, will match anything, meaning paths like `_/foo` end up as just
`foo`.
This bug has been in duplication for 2 years, which is almost
impressive.1 parent c2828db commit 845d72e
File tree
2 files changed
+36
-2
lines changed- lib/cc/engine/analyzers
- spec/cc/engine/analyzers
2 files changed
+36
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 88 | 88 |  | |
| 89 | 89 |  | |
| 90 | 90 |  | |
| 91 | - | ||
| 91 | + | ||
| 92 | 92 |  | |
| 93 | 93 |  | |
| 94 | 94 |  | |
| 95 | 95 |  | |
| 96 | 96 |  | |
| 97 | 97 |  | |
| 98 | 98 |  | |
| 99 | - | ||
| 99 | + | ||
| 100 | 100 |  | |
| 101 | 101 |  | |
| 102 | 102 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 1 | + | ||
| 2 | + | ||
| 3 | + | ||
| 4 | + | ||
| 5 | + | ||
| 6 | + | ||
| 7 | + | ||
| 8 | + | ||
| 9 | + | ||
| 10 | + | ||
| 11 | + | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | + | ||
| 16 | + | ||
| 17 | + | ||
| 18 | + | ||
| 19 | + | ||
| 20 | + | ||
| 21 | + | ||
| 22 | + | ||
| 23 | + | ||
| 24 | + | ||
| 25 | + | ||
| 26 | + | ||
| 27 | + | ||
| 28 | + | ||
| 29 | + | ||
| 30 | + | ||
| 31 | + | ||
| 32 | + | ||
| 33 | + | ||
| 34 | + | ||
0 commit comments