(additionalPatterns: string[])
| 63 | } |
| 64 | |
| 65 | function buildIgnoreChecker(additionalPatterns: string[]) { |
| 66 | return ignore().add(EXCLUDE_PATTERNS).add(additionalPatterns); |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Used for testing, calls the same methods as the other ignore checks |
no outgoing calls
no test coverage detected
searching dependent graphs…