Skip to content

Commit

Permalink
Ignore conversion
Browse files Browse the repository at this point in the history
I did not dig into the issue but the result of the map was making excludes relative to the swiftlint configuration path
  • Loading branch information
tcamin authored and Faber92 committed Sep 4, 2024
1 parent 478f4f3 commit 3c78213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/SwiftLintCore/Models/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,9 @@ public struct Configuration {
$0.bridge().absolutePathRepresentation(rootDirectory: previousBasePath).path(relativeTo: newBasePath)
}

excludedPaths = excludedPaths.map {
$0.bridge().absolutePathRepresentation(rootDirectory: previousBasePath).path(relativeTo: newBasePath)
}
// excludedPaths = excludedPaths.map {
// $0.bridge().absolutePathRepresentation(rootDirectory: previousBasePath).path(relativeTo: newBasePath)
// }
}
}

Expand Down

0 comments on commit 3c78213

Please sign in to comment.