Skip to content

Instantly share code, notes, and snippets.

@gabrielpedepera
Created September 8, 2016 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielpedepera/543d40bd8f9877c15c157a6c6b17b952 to your computer and use it in GitHub Desktop.
Save gabrielpedepera/543d40bd8f9877c15c157a6c6b17b952 to your computer and use it in GitHub Desktop.
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