Merge branch '3.4.x'
Closes gh-45646
This commit is contained in:
25
src/detekt/config.yml
Normal file
25
src/detekt/config.yml
Normal 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
|
||||
Reference in New Issue
Block a user