Skip to content

Instantly share code, notes, and snippets.

@monkseal
Created April 22, 2015 15:42
Show Gist options
  • Save monkseal/aebe00f6c1bdae6d73b7 to your computer and use it in GitHub Desktop.
Save monkseal/aebe00f6c1bdae6d73b7 to your computer and use it in GitHub Desktop.
My standard .rubocop.yml
inherit_from: .rubocop_todo.yml
AllCops:
Exclude:
- db/schema.rb
- db/migrate/*
- bin/*
RunRailsCops: true
Documentation:
Enabled: false
DotPosition:
EnforcedStyle: trailing
Style/EmptyLinesAroundBlockBody:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/EmptyLinesAroundMethodBody:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment