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