Merge branch '3.4.x'

Closes gh-45646
This commit is contained in:
Andy Wilkinson
2025-05-23 09:30:05 +01:00
354 changed files with 899 additions and 488 deletions

25
src/detekt/config.yml Normal file
View File

@@ -0,0 +1,25 @@
config:
validation: true
warningsAsErrors: true
console-reports:
active: true
exclude:
- 'ProjectStatisticsReport'
- 'ComplexityReport'
- 'NotificationReport'
- 'FindingsReport'
- 'FileBasedFindingsReport'
processors:
active: false
naming:
MatchingDeclarationName:
active: true
style:
MaxLineLength:
active: true
NewLineAtEndOfFile:
active: true
UnusedImports:
active: true
WildcardImport:
active: true