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.
2 parents c20839e + 4b638b1 commit be180a3Copy full SHA for be180a3
README.md
@@ -96,10 +96,11 @@ xcode_summary.report 'xcodebuild.json'
96
```
97
98
You can also ignore warnings from certain files by setting `ignored_files`:
99
+Warning: `ignored_files` patterns applied on relative paths.
100
101
```ruby
102
# Ignoring warnings from Pods
-xcode_summary.ignored_files = '**/Pods/**'
103
+xcode_summary.ignored_files = 'Pods/**'
104
105
# Ignoring specific warnings
106
xcode_summary.ignored_results { |result|
0 commit comments