We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scalastyle-sbt-plugin currently prints message in multiple lines, like this:
[info] scalastyle Processed 9 file(s) [info] scalastyle Found 0 errors [info] scalastyle Found 0 warnings [info] scalastyle Found 0 infos [info] scalastyle Finished in 0 ms
These lines will appears again and again when there were several sub-projects in this build, sometimes even more than one screen.
Do you consider fold these lines into one line is a good idea?
For example:
[info] scalastyle Processed 1 file(s). Found 2 error(s) / 3 warning(s) / 4 info(s). Finished in 5ms
If so, would you mind me create a PR for this change?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
scalastyle-sbt-plugin currently prints message in multiple lines, like this:
These lines will appears again and again when there were several sub-projects in this build, sometimes even more than one screen.
Do you consider fold these lines into one line is a good idea?
For example:
If so, would you mind me create a PR for this change?
The text was updated successfully, but these errors were encountered: