Refactor build scripts for consistency with jellyfin-sdk-kotlin
This commit is contained in:
24
detekt.yaml
Normal file
24
detekt.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
build:
|
||||
maxIssues: 0
|
||||
|
||||
comments:
|
||||
# Comments are always appreciated, even for private functions and properties
|
||||
CommentOverPrivateFunction:
|
||||
active: false
|
||||
CommentOverPrivateProperty:
|
||||
active: false
|
||||
|
||||
complexity:
|
||||
# Some classes, especially repositories, can become big
|
||||
TooManyFunctions:
|
||||
thresholdInInterfaces: 15
|
||||
thresholdInClasses: 15
|
||||
|
||||
style:
|
||||
# Allow TODO and FIXME comments
|
||||
ForbiddenComment:
|
||||
values: [ 'STOPSHIP:' ]
|
||||
ReturnCount:
|
||||
max: 6
|
||||
WildcardImport:
|
||||
active: false
|
||||
Reference in New Issue
Block a user