Add reek for Ruby development

This commit is contained in:
2018-03-08 16:26:38 +00:00
parent 8a90a97621
commit 7ab29e42ac
3 changed files with 25 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ install_ruby_global_packages () {
rubocop \
lunchy \
rbenv-rehash \
reek \
travis
}