mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* 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