!SLIDE text-size-80 title-and-content transition=fade
!SLIDE title-and-content transition=fade
RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of the guidelines outlined in the community Ruby Style Guide.
https://github.com/bbatsov/rubocop/
Community Style Guide:
https://github.com/bbatsov/ruby-style-guide
!SLIDE title-and-content transition=fade
$ gem install rubocop
$ rubocop