Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@BraisGabin
Copy link
Member

@BraisGabin BraisGabin commented Mar 22, 2020

This is the third of a serie of PRs related with how we manage the output.

The main ideas:

  • Always use PrinterStream.println instead of println
  • Don't have a default printerStream. Because that is the same as use println.
  • Reduce the noise in out tests. If we always use PrinterStream to print output we can use NullPrinterStream or other types of PrinterStream so we don't print to the stdout when we run tests. With this we can reduce the log size related with tests about 40%.

@arturbosch arturbosch added this to the 1.8.0 milestone Mar 23, 2020
@BraisGabin BraisGabin merged commit 6727ba3 into detekt:master Mar 23, 2020
@BraisGabin BraisGabin deleted the processing-settings branch March 23, 2020 17:30
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

Successfully merging this pull request may close these issues.

2 participants