config: validation: true warningsAsErrors: false excludes: '' naming: PackageNaming: packagePattern: '[a-z]+(\.[a-z][_A-Za-z0-9]*)*' style: ReturnCount: active: false LoopWithTooManyJumpStatements: active: false complexity: TooManyFunctions: active: false NestedBlockDepth: active: false CyclomaticComplexMethod: active: false LongMethod: active: false LongParameterList: active: false