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 a310e87 commit b2a4d94Copy full SHA for b2a4d94
README.md
@@ -104,7 +104,7 @@ xcode_summary.ignored_files = 'Pods/**'
104
105
# Ignoring specific warnings
106
xcode_summary.ignored_results { |result|
107
- result.message.start_with 'ld' # Ignore ld_warnings
+ result.message.start_with? 'ld' # Ignore ld_warnings
108
}
109
110
xcode_summary.report 'xcodebuild.json'
0 commit comments