spring-boot/config/detekt/config.yml

26 lines
462 B
YAML

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
UnusedImport:
active: true
WildcardImport:
active: true