We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758a187 commit ad13050Copy full SHA for ad13050
.periphery.yml
@@ -14,6 +14,11 @@ retain_swift_ui_previews: true
14
# Normally, Periphery would suggest changing public to internal or private in these cases to reduce the public API surface of a module.
15
disable_redundant_public_analysis: false
16
17
+# By default, Periphery will scan all targets in your project, including test targets.
18
+# This can lead to false positives, as test code is not part of the main application.
19
+# This option tells Periphery to exclude all test targets from the scan, ensuring that only the application code is analyzed.
20
+exclude_tests: true
21
+
22
schemes:
23
- WooCommerce
24
0 commit comments