garrettdimon / reviewer

A unified approach to to reduce the friction of using multiple automated code review tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

by Garrett Dimon


Note: As of December 2021, Reviewer is a work in progress. While it's working great reviewing its own code, it's not quite ready for wider usage. Once, it's ready, it will provide more helpful installation and usage details.


With Reviewer, you can seamlessly use multiple automated code review tools with orders of magnitude less friction so you can use them more frequently and consistently.

So instead of remembering and typing...

$ yarn audit --level moderate
$ bundle exec bundle-audit check --no-update
$ bundle exec rubocop --parallel
$ bundle exec erblint --lint-all --enable-all-linters
$ yarn stylelint .
$ yarn eslint .

...you could just type...

$ rvw

That's just the tip of the iceberg, though. For the full story on Reviewer's capabilities and benefits, the Overview is the best place to start. Or if you'd like to see how it's configured under the hood, the Configuration Instructions go even deeper.

build coverage last commit gem version

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Reviewer project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

About

A unified approach to to reduce the friction of using multiple automated code review tools.

License:Other


Languages

Language:Ruby 99.9%Language:Shell 0.1%