Skip to content

Instantly share code, notes, and snippets.

@JulienTant
Created July 12, 2015 18:35
Show Gist options
  • Save JulienTant/349b33a7f52a229482af to your computer and use it in GitHub Desktop.
Save JulienTant/349b33a7f52a229482af to your computer and use it in GitHub Desktop.
.rubocop.yml
AllCops:
Exclude:
- vendor/**/*
- bin/*
- lib/active_model/jobs/version.rb
RunRailsCops: true
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment