-
Jakob Möller authored
* hard code prod urls Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com>
Jakob Möller authored* hard code prod urls Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce Error Codes Signed-off-by:
d067928 <jakob.moeller@sap.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
detekt.yml 15.92 KiB
build:
maxIssues: 0
excludeCorrectable: false
weights:
complexity: 1
config:
validation: true
# when writing own rules with new properties, exclude the property path e.g.: 'my_rule_set,.*>.*>[my_property]'
excludes: ''
processors:
active: true
exclude:
# - 'DetektProgressListener'
# - 'FunctionCountProcessor'
# - 'PropertyCountProcessor'
# - 'ClassCountProcessor'
# - 'PackageCountProcessor'
# - 'KtFileCountProcessor'
console-reports:
active: true
exclude:
- 'ProjectStatisticsReport'
- 'ComplexityReport'
- 'NotificationReport'
# - 'FindingsReport'
- 'FileBasedFindingsReport'
comments:
active: true
excludes: ['**/test/**', '**/androidTest/**', '**/*.Test.kt', '**/*.Spec.kt', '**/*.Spek.kt']
AbsentOrWrongFileLicense:
active: false
licenseTemplateFile: 'license.template'
CommentOverPrivateFunction:
active: false
CommentOverPrivateProperty:
active: false
EndOfSentenceFormat:
active: false
endOfSentenceFormat: '([.?!][ \t\n\r\f<])|([.?!:]$)'
UndocumentedPublicClass:
active: false
searchInNestedClass: true
searchInInnerClass: true
searchInInnerObject: true
searchInInnerInterface: true
UndocumentedPublicFunction:
active: false
UndocumentedPublicProperty:
active: false
complexity:
active: true
ComplexCondition:
active: true
threshold: 4
ComplexInterface:
active: false
threshold: 10
includeStaticDeclarations: false
includePrivateDeclarations: false
ComplexMethod:
active: true
threshold: 15
ignoreSingleWhenExpression: false
ignoreSimpleWhenEntries: true
ignoreNestingFunctions: false