Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 608 Bytes

rubocop.md

File metadata and controls

35 lines (21 loc) · 608 Bytes

!SLIDE text-size-80 title-and-content transition=fade

Rubocop

Role models are important. -- Officer Alex J. Murphy / RoboCop

!SLIDE title-and-content transition=fade

Rubocop

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

Rubocop

$ gem install rubocop
$ rubocop