Skip to content

Commit

Permalink
Enable LiteFindingsReport by default (#4449)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Jan 4, 2022
1 parent 21a751a commit 36e8959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions detekt-core/src/main/resources/default-detekt-config.yml
Expand Up @@ -36,9 +36,9 @@ console-reports:
- 'ProjectStatisticsReport'
- 'ComplexityReport'
- 'NotificationReport'
# - 'FindingsReport'
- 'FindingsReport'
- 'FileBasedFindingsReport'
- 'LiteFindingsReport'
# - 'LiteFindingsReport'

output-reports:
active: true
Expand Down
Expand Up @@ -115,9 +115,9 @@ object ConfigPrinter : DocumentationPrinter<List<RuleSetPage>> {
- 'ProjectStatisticsReport'
- 'ComplexityReport'
- 'NotificationReport'
# - 'FindingsReport'
- 'FindingsReport'
- 'FileBasedFindingsReport'
- 'LiteFindingsReport'
# - 'LiteFindingsReport'
""".trimIndent()

private fun defaultOutputReportsConfiguration(): String = """
Expand Down

0 comments on commit 36e8959

Please sign in to comment.