Skip to content

Commit a7301a9

Browse files
committed
style(detekt): Ensure that trailing commas are _not_ used
1 parent 76f6fb7 commit a7301a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.detekt.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ ktlint:
3030
ParameterListWrapping:
3131
active: false
3232
TrailingCommaOnCallSite:
33-
active: false
33+
active: true
34+
useTrailingCommaOnCallSite: false
3435
TrailingCommaOnDeclarationSite:
35-
active: false
36+
active: true
37+
useTrailingCommaOnDeclarationSite: false
3638

3739
naming:
3840
InvalidPackageDeclaration:

0 commit comments

Comments
 (0)