Merge branch '3.3.x' into 3.4.x

Closes gh-45645
This commit is contained in:
Andy Wilkinson
2025-05-23 09:29:23 +01:00
353 changed files with 899 additions and 486 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