report

open override fun report(    finding: Finding,     aliases: Set<String>,     ruleSetId: RuleSetId?)

Reports a single code smell finding.

Before adding a finding, it is checked if it is not suppressed by @Suppress or @SuppressWarnings annotations.