Periphery to detect dead code (#2227)
This commit is contained in:
18
.periphery.yml
Normal file
18
.periphery.yml
Normal 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
|
||||
Reference in New Issue
Block a user