Skip to content

Commit

Permalink
Add a reporter to the plugin
Browse files Browse the repository at this point in the history
Ensure that if the default changes the plugin works as expected
  • Loading branch information
nicorichard committed Jun 14, 2024
1 parent c034f97 commit 1e8a3f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ struct StringCatalogLinterPlugin: BuildToolPlugin {
}

let arguments: [CustomStringConvertible] = [
"--config", config
"--config", config,
"--reporter", "xcode"
] + catalogs.map(\.path)

return [
Expand Down

0 comments on commit 1e8a3f7

Please sign in to comment.