Skip to content

Instantly share code, notes, and snippets.

@derencius
Created January 21, 2016 22:26
Show Gist options
  • Save derencius/262cdd0087485235395f to your computer and use it in GitHub Desktop.
Save derencius/262cdd0087485235395f to your computer and use it in GitHub Desktop.
Rubocop Configuration
Style/Documentation:
Enabled: false
Style/ClassAndModuleChildren:
Enabled: false
Style/StringLiterals:
Enabled: false
AllCops:
Exclude:
- config/unicorn.rb
- db/**
Rails:
Enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment