mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
* Move xml report to own module * Extract common complexity report logic to metrics module This allows to share complexity report logic between the console report and a report-html module. * Move whichXXX functions from DebugUtils to api module for now More modules use the detekt version at runtime and it is nice to have it in plugins as the IntelliJ or Sonar plugin. We should later move this helpers to the tooling-api. * Extract html report to own module * Merge all service files when packaging cli fatJar * Write the detekt version to all jar manifest files This allows to retrieve the detekt version from any jar at runtime. * Extract txt report to own module