Useful Github code review addons

Hi Foreman devs,

These are some tools I'm using to do code reviews that help me
dealing with large PRs.

  1. https://github.com/jakub-g/gh-code-review-assistant allows you to
    mark files as OK/fail and hide irrelevant changes on reviews.

  2. https://addons.mozilla.org/en-GB/firefox/addon/gitique/ allows you to
    see changes introduced in a each commit

  3. https://addons.mozilla.org/en-US/firefox/addon/wide-github/?src=api
    widens the screen so that reading 80char on every split diff is feasible

Hope this is useful for some of you!

··· -- Daniel Lobato Garcia

@dLobatog
blog.daniellobato.me
daniellobato.me

GPG: http://keys.gnupg.net/pks/lookup?op=get&search=0x7A92D6DD38D6DE30
Keybase: https://keybase.io/elobato

It certainly is, thanks!

··· On 10 November 2015 at 15:03, Daniel Lobato Garcia wrote: > Hi Foreman devs, > > These are some tools I'm using to do code reviews that help me > dealing with large PRs. > > 1. https://github.com/jakub-g/gh-code-review-assistant allows you to > mark files as OK/fail and hide irrelevant changes on reviews. > > 2. https://addons.mozilla.org/en-GB/firefox/addon/gitique/ allows you to > see changes introduced in a each commit > > 3. https://addons.mozilla.org/en-US/firefox/addon/wide-github/?src=api > widens the screen so that reading 80char on every split diff is feasible > > Hope this is useful for some of you!