Skip to content
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

Fewer output messages #73

Open
lxohi opened this issue Dec 12, 2018 · 0 comments
Open

Fewer output messages #73

lxohi opened this issue Dec 12, 2018 · 0 comments

Comments

@lxohi
Copy link

lxohi commented Dec 12, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant