================================================================================
                                    Rubocop
================================================================================

List offenses
$ bundle exec rubocop

Minor correction, no breaking changes
$ bundle exec rubocop -a

Potentially breaking changes
$ bundle exec rubocop -A

Create .rubocop.yml file
$ bundle exec rubocop --init
