Skip to content

Instantly share code, notes, and snippets.

@deepak
Created November 8, 2013 05:54
Show Gist options
  • Select an option

  • Save deepak/7366809 to your computer and use it in GitHub Desktop.

Select an option

Save deepak/7366809 to your computer and use it in GitHub Desktop.
rubocop config
AllCops:
RunRailsCops: true
Excludes:
- 'db/schema.rb'
- 'vendor'
StringLiterals:
Enabled: false
LineLength:
Max: 100
Encoding:
Enabled: false
HashSyntax:
Enabled: false
SignalException:
# Valid values are: semantic, only_raise and only_fail
EnforcedStyle: only_raise
AlignParameters:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment