Skip to content

Instantly share code, notes, and snippets.

View kunle's full-sized avatar

Kunle kunle

  • Canada
  • 06:35 (UTC -04:00)
View GitHub Profile
@kunle
kunle / rubocop.md
Created March 9, 2022 19:17 — forked from stungeye/rubocop.md
Installing and Running Rubocop

Installing Rubocop

Install Rubocop by adding it to your Gemfile:

gem 'rubocop'
gem 'rubocop-rails'

And running:

bundle install