mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
26 lines
462 B
YAML
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
|