You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 👋
At the moment I think it is not possible to configure the swiftformat --lint output format.
Having the output in a more dev friendly format, would help when the output of the command need to be parsed (e.g. to report errors in CI).
Could you please let confirm that it is currently not supported?
Do you think it is a feature that could be added in the future?
For example, swiftlint can be executed as:
swiftlint lint --reporter json
to obtain the warning and errors in JSON format, which can then be easily parsed to retrieve the list of warnings and errors.
Thank you,
Daniele
The text was updated successfully, but these errors were encountered:
Hello 👋
At the moment I think it is not possible to configure the
swiftformat --lint
output format.Having the output in a more dev friendly format, would help when the output of the command need to be parsed (e.g. to report errors in CI).
Could you please let confirm that it is currently not supported?
Do you think it is a feature that could be added in the future?
For example, swiftlint can be executed as:
to obtain the warning and errors in JSON format, which can then be easily parsed to retrieve the list of warnings and errors.
Thank you,
Daniele
The text was updated successfully, but these errors were encountered: