-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Here's an example:
el-hoshino/QuickshaRe#11
With danger-swiftlint, it can put a review comment right onto the exact line of that warning/error when inline-mode is turned on, which is very easy to find where is wrong, and I guess probably most people would expect this kind of comment when they turn inline-mode on.
el-hoshino/QuickshaRe#11 (comment)
But unfortunately danger-xcode_summary's inline-mode can only leave a normal warning with a link to that file/line along with all other warnings/errors that danger produces. So if there're a number of danger's warnings it's easy to miss the warnings produced by Xcode.
el-hoshino/QuickshaRe#11 (comment)
So it would be very helpful if danger-xcode_summary plugin can also support putting a comment onto the exact line 😃
danger-swiftlint's inline-mode implementation is here:
https://github.com/ashfurrow/danger-ruby-swiftlint/blob/38ff6e27123565e30660724877ead279f7cd87e4/lib/danger_plugin.rb#L140