-
-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Description
I'd like to configure Periphery on our CI and configured everything like this (see our template project):
project: NewProjectTemplate.xcodeproj
schemes: [App]
targets: [App, Tests, UITests]
report_exclude:
- App/Generated/SwiftGen/*.swift
- App/SupportingFiles/*.swift
retain_public: false
quiet: trueBut when I run periphery scan on the CI the builds always succeed even when I willingly add some unused code to test if the CI is failing. This is due to there being no option to make periphery return with a non-zero exit code for warnings (I don't know if it even returns with 0 on errors) – but for our purpose it would be grate to have an option like fail_on_warnings or -f or -w when calling the executable so this works.
Metadata
Metadata
Assignees
Labels
No labels