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
I think it would be nice to be able to do something like swiftlint lint --reporter json and overwrite what it is configured in .swiftlint.yml. This would be pretty useful in CI env to be able run scripts to analyze the output and not forcing devs to use JSON reporter if they want to use another one.
The text was updated successfully, but these errors were encountered:
I think it would be nice to be able to do something like
swiftlint lint --reporter json
and overwrite what it is configured in.swiftlint.yml
. This would be pretty useful in CI env to be able run scripts to analyze the output and not forcing devs to use JSON reporter if they want to use another one.The text was updated successfully, but these errors were encountered: