Is there any way to specify an output file for SwiftLint reports instead of using '>' ? #4048
Labels
question
Question or doubts that needs discussion and clarification. Can become a bug or proposal.
I want to save a json report of my SwiftLint BuildToolPlugin so I can use it elsewhere.
I am currently trying the following:
But that basically boils down to the following command in which the quotes around the '>' character prevents creating an output file.
Is there any way to specify an output file for SwiftLint reports instead of using '>' ?
The text was updated successfully, but these errors were encountered: