-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make reporter option require outputFile option #71
Comments
@Tapchicoma sounds reasonable. Instead of introducing another CLI option, how about something like |
Hm. If you don't want to introduce another option then I'd like to have more standard approach for additional command line option arguments:
or
See getsubopt() documentation for reference. |
@Tapchicoma it's not that I don't want to introduce another option, it just |
Implemented in 0.10.0. |
I've tried to introduce new reporter option in the https://github.com/JLLeitschuh/ktlint-gradle plugin and one problem so far - now console output lacks old plain errors when reporter is set to
checkstyle
orjson
.I'd like to have old behaviour for ktlint run output, but introduce new option
--outputFile
to where reporter will write it output.The text was updated successfully, but these errors were encountered: