playwright/context.js
Function defaultSourceLookup
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function defaultSourceLookup(filePath) {
try {
filePath = filePath.split(path.sep).join(path.posix.sep)
// Remove any Windows drive letters
filePath = filePath.replace('C:', '')