Add a RuboCop tool for ReviewBot.
Review Request #11291 — Created Nov. 19, 2020 and submitted
This adds support for RuboCop through Review Bot. RuboCop is a Ruby
static code analyzer and formatter, based on the community Ruby
style guide.
Configured the tool and ran it manually.
- Change Summary:
-
Added documentation.
- Commits:
-
Summary ID Author 3c311b178667cc476ac94a549154f3f3f74e96be ceciliaccwei d32aaa4e8015aa90f0645357741b4ca1ced5fc63 ceciliaccwei
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
I have noticed that this is not something that is being checked in other Review Bot Tools. However, David has told me that this will change and that the mentors would like for the
execute
method to be in a try/except in all tools eventually. -
-