Skip to content

Commit cc30a4d

Browse files
committed
Add documentation
1 parent 7ff0c06 commit cc30a4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ xcode_summary.ignored_results { |result|
110110
xcode_summary.report 'xcodebuild.json'
111111
```
112112

113+
You can use `ignores_warnings` to supress warnings and shows only errors.
114+
115+
```ruby
116+
xcode_summary.ignores_warnings = true
117+
```
118+
113119
You can use `inline_mode`.
114120
When this value is enabled, each warnings and errors are commented on each lines.
115121

0 commit comments

Comments
 (0)