Skip to content

Instantly share code, notes, and snippets.

@carhartl
Last active August 29, 2015 14:19
Show Gist options
  • Save carhartl/207f6bb25eab57fbd052 to your computer and use it in GitHub Desktop.
Save carhartl/207f6bb25eab57fbd052 to your computer and use it in GitHub Desktop.
Rubocop with Gemfile
AllCops:
Include:
- 'config.ru'
source 'https://rubygems.org'
ruby '2.2.2'
group :development do
gem 'rubocop', require: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment