In danger's implementation in ruby, there is a feature to make [inline comments in PRs](http://danger.systems/reference.html). This is currently a [wip feature in the js implementation](https://github.com/danger/danger-js/issues/77) but would be nice to be able to see lint errors in the line of the respective error. There is another possibility, showing rich diffs in the bot's comment like [here](https://github.com/PCMSolver/danger-cpp-example/pull/3#issuecomment-321326178) Link to the plugin used in the implementation above: https://github.com/flix-tech/danger-code_style_validation
In danger's implementation in ruby, there is a feature to make inline comments in PRs. This is currently a wip feature in the js implementation but would be nice to be able to see lint errors in the line of the respective error.
There is another possibility, showing rich diffs in the bot's comment like here
Link to the plugin used in the implementation above: https://github.com/flix-tech/danger-code_style_validation