Duhemm / sbt-errors-summary

sbt plugin to show a summary of compilation messages.
MIT License
201 stars 11 forks source link

unknown:0 is reported for unpositioned messages #22

Closed olafurpg closed 7 years ago

olafurpg commented 7 years ago

It would be nice if messages like this here

[warn]  [1] unknown:0:
[warn]      there was one deprecation warning (since 2.11.0); re-run with -deprecation for details

would be reported like this instead


[warn]  [1] there was one deprecation warning (since 2.11.0); re-run with -deprecation for details
Duhemm commented 7 years ago

Fixed in #24