Beam/.periphery.yml

19 lines
409 B
YAML
Raw Normal View History

2023-12-12 11:17:15 +01:00
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