Skip to content

Commit

Permalink
🔄 Workflow in 'realm/SwiftLint' synced local 'Plugins/' with remote '…
Browse files Browse the repository at this point in the history
…Plugins/'
  • Loading branch information
SimplyDanny committed Jun 28, 2024
1 parent 98f2449 commit 2d45bd0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ struct SwiftLintBuildToolPlugin: BuildToolPlugin {
// We always pass all of the Swift source files in the target to the tool,
// so we need to ensure that any exclusion rules in the configuration are
// respected.
"--force-exclude"
"--force-exclude",
]
// Determine whether we need to enable cache or not (for Xcode Cloud we don't)
let cacheArguments: [String]
Expand All @@ -76,7 +76,7 @@ struct SwiftLintBuildToolPlugin: BuildToolPlugin {
executable: executable.path,
arguments: arguments + cacheArguments + swiftFiles.map(\.string),
environment: environment,
outputFilesDirectory: outputPath)
outputFilesDirectory: outputPath),
]
}
}
Expand Down

0 comments on commit 2d45bd0

Please sign in to comment.