Skip to content

Commit 4876ff6

Browse files
author
SimplyDanny
committed
🔄 Workflow in 'realm/SwiftLint' synced local 'Plugins/' with remote 'Plugins/'
1 parent 445f26c commit 4876ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Plugins/SwiftLintCommandPlugin/CommandContext.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ extension XcodePluginContext: CommandContext {
8585
}
8686
return xcodeProject.targets
8787
.filter { names.contains($0.displayName) }
88-
.map { (paths: $0.inputFiles.map(\.path.string), name: $0.displayName) }
88+
.map { (paths: $0.inputFiles.map(\.path.string).filter { $0.hasSuffix(".swift") }, name: $0.displayName) }
8989
}
9090
}
9191

0 commit comments

Comments
 (0)