Console Report
Extension point which describes how findings should be printed on the console.
Additional ConsoleReport's can be made available through the java.util.ServiceLoader pattern. If the default reporting mechanism should be turned off, exclude the entry 'FindingsReport' in the 'console-reports' property of a detekt yaml config.
Constructors
Functions
Link copied to clipboard
Allows to read any or even user defined properties from the detekt yaml config to setup this extension.
Setup extension by querying common paths and config options.
Link copied to clipboard
Prints the rendered report to the given printer if anything was rendered at all.