It aims to enforce the community-driven Ruby Style Guide.
<%= File.read('.rubocop.yml') %>
<%= File.read('app/controllers/home_controller.rb') %>
# uses .rubocop.yml and any hierarchy configs
rubocop
# uses .rubocop.yml only
rubocop --config .rubocop.yml
# uses will AutoCorrect offenses
rubocop -A --config .rubocop.yml