Skip to content

Instantly share code, notes, and snippets.

@bryanp
Created May 4, 2017 18:54
Show Gist options
  • Save bryanp/58ac21de3e96cd5e0c5d36b1124856d1 to your computer and use it in GitHub Desktop.
Save bryanp/58ac21de3e96cd5e0c5d36b1124856d1 to your computer and use it in GitHub Desktop.
Rubocop Defaults
AllCops:
Exclude:
- 'bin/**/*'
- 'vendor/**/*'
DisplayCopNames: true
BlockDelimiters:
EnforcedStyle: semantic
Lint/AssignmentInCondition:
Enabled: false
Metrics:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
Style/FrozenStringLiteralComment:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment