build: maxIssues: 0 exceptions: TooGenericExceptionCaught: active: false SwallowedException: # Detekt fails to pick up the logger, and produces too many false positives for this rule active: false style: ForbiddenComment: active: false MaxLineLength: maxLineLength: 150 excludes: ['**/test/**'] FunctionOnlyReturningConstant: active: false complexity: LargeClass: excludes: ['**/test/**'] LongMethod: excludes: ['**/test/**'] LongParameterList: excludes: ['**/test/**'] NestedBlockDepth: threshold: 5