build: maxIssues: 0 style: MagicNumber: active: false ForbiddenComment: active: false UnusedImports: active: false UnusedPrivateMember: active: true UnusedPrivateClass: active: true MaxLineLength: active: false WildcardImport: active: false ReturnCount: active: false naming: FunctionNaming: active: true ignoreAnnotated: ['Composable'] complexity: LongMethod: active: false TooManyFunctions: active: false CyclomaticComplexMethod: ignoreAnnotated: ['Composable'] LongParameterList: functionThreshold: 9 ignoreAnnotated: ['Composable'] potential-bugs: UnsafeCast: active: false comments: CommentOverPrivateFunction: active: false