Skip to content

Instantly share code, notes, and snippets.

@bryanp
Created May 4, 2017 18:54
Show Gist options
  • Save bryanp/2cdb832c31fb2f99a6fc2228c1c0518f to your computer and use it in GitHub Desktop.
Save bryanp/2cdb832c31fb2f99a6fc2228c1c0518f 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