Skip to content

Commit 8847d7d

Browse files
committed
Excluded class ApiClient from LongParameterList validation
1 parent 7e590d8 commit 8847d7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/detekt.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ complexity:
99
LongParameterList:
1010
functionThreshold: 10
1111
constructorThreshold: 15
12+
excludes: ['**/com/ecwid/apiclient/v3/ApiClient.kt']
1213
NestedBlockDepth:
1314
excludes: ['**/test/**']
1415
TooManyFunctions:

0 commit comments

Comments
 (0)