Skip to content

Commit 9809b57

Browse files
authored
Change filenames of multiplatform files to have a suffix of the respective targeted platforms (#103)
1 parent 2122319 commit 9809b57

File tree

32 files changed

+4
-1
lines changed

32 files changed

+4
-1
lines changed

config/detekt/detekt.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@ style:
1313
UnusedPrivateMember:
1414
excludes:
1515
- "**/Attachment.kt"
16+
naming:
17+
MatchingDeclarationName:
18+
active: false
1619
complexity:
1720
TooManyFunctions:
1821
excludes: [
1922
"**/SentryKMP.kt",
20-
"**/SentryBridge.kt",
23+
"**/SentryBridge.*",
2124
"**/CocoaScopeProvider.kt",
2225
"**/Scope.kt",
2326
"**/JvmScopeProvider.kt",

0 commit comments

Comments
 (0)