Skip to content

Commit 13e38df

Browse files
tcaminFaber92
authored andcommitted
Ignore conversion
I did not dig into the issue but the result of the map was making excludes relative to the swiftlint configuration path
1 parent 70a5f32 commit 13e38df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/SwiftLintFramework/Configuration/Configuration.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@ public struct Configuration {
297297
$0.bridge().absolutePathRepresentation(rootDirectory: previousBasePath).path(relativeTo: newBasePath)
298298
}
299299

300-
excludedPaths = excludedPaths.map {
301-
$0.bridge().absolutePathRepresentation(rootDirectory: previousBasePath).path(relativeTo: newBasePath)
302-
}
300+
// excludedPaths = excludedPaths.map {
301+
// $0.bridge().absolutePathRepresentation(rootDirectory: previousBasePath).path(relativeTo: newBasePath)
302+
// }
303303
}
304304
}
305305

0 commit comments

Comments
 (0)