(tuples)
| 319 | }) |
| 320 | ) |
| 321 | const filterFiles = (tuples) => |
| 322 | tuples.filter( |
| 323 | ([relativePath, absolutePath]) => only.has(relativePath) || only.has(absolutePath) |
| 324 | ) |
| 325 | mdToLint = filterFiles(mdToLint) |
| 326 | ymlToLint = filterFiles(ymlToLint) |
| 327 | ghesReleaseNotesToLint = filterFiles(ghesReleaseNotesToLint) |