Periphery to detect dead code (#2227)

This commit is contained in:
Mauro
2023-12-12 11:17:15 +01:00
committed by GitHub
parent fc3ab429f9
commit 79447b1f25
15 changed files with 121 additions and 112 deletions

18
.periphery.yml Normal file
View File

@@ -0,0 +1,18 @@
project: ElementX.xcodeproj
schemes:
- ElementX
- IntegrationTests
- UITests
- UnitTests
targets:
- ElementX
- IntegrationTests
- NCE
- NSE
- UITests
- UnitTests
report_exclude:
# includes subscript which is not detectable: https://github.com/apple/swift/issues/56541
- ElementX/Sources/Screens/Settings/AvancedOptionsScreen/AdvancedSettingsScreenModels.swift
verbose: true
retain_swift_ui_previews: true