Detektion

class Detektion(val issues: List<Issue>, val rules: List<RuleInstance>)

Storage for all kinds of findings and additional information which needs to be transferred from the detekt engine to the user.

Constructors

Link copied to clipboard
constructor(issues: List<Issue>, rules: List<RuleInstance>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun add(notification: Notification)
fun add(projectMetric: ProjectMetric)