(error: unknown)
| 53 | 'Fork PR scanning requires maintainer approval. See PR comment for options.'; |
| 54 | |
| 55 | function formatError(error: unknown): string { |
| 56 | return error instanceof Error ? error.message : String(error); |
| 57 | } |
| 58 | |
| 59 | const DEFAULT_MINIMUM_SEVERITY = 'medium'; |
| 60 |
no outgoing calls
no test coverage detected
searching dependent graphs…