Skip to content

Instantly share code, notes, and snippets.

View enriikke's full-sized avatar
:shipit:
ship it!

Enrique Gonzalez enriikke

:shipit:
ship it!
View GitHub Profile
@enriikke
enriikke / .rubocop.yml
Created October 2, 2015 00:08
My Rubocop Default Configuration
require: rubocop-rspec
AllCops:
RunRailsCops: true
Exclude:
- db/**/*
- config/**/*
- bin/**/*
- lib/**/*
- config.ru