spring-boot/config/detekt/config.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
462 B
YAML
Raw Permalink Normal View History

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