Files
detekt/detekt-cli/src
Gabriel Freitas Vasconcelos 0b36ff0ea9 Adds issue details to findings on FindingsReport and FileBasedFindingsReporter (#4464)
* Changes FindingsReporter detail level

Achieved different levels of detailing by changing the format in the
implementation of compact() method for CodeSmell and
ThresholdedCodeSmell.

* Updates docs with reporting changes

* Adapts tests to findings reporter changes

* Creates extension method for console report

Reverts changes to `CodeSmell::compact` method to keep other reports
untouched.

* Truncates long messages for console reports

Prevents line breaks and long messages from breaking report structure
2022-01-31 13:02:31 +01:00
..