Skip to content

Instantly share code, notes, and snippets.

@esmevane
Last active April 27, 2016 19:43
Show Gist options
  • Select an option

  • Save esmevane/f8ae59bb166672057bb5 to your computer and use it in GitHub Desktop.

Select an option

Save esmevane/f8ae59bb166672057bb5 to your computer and use it in GitHub Desktop.
[ YAML / Rubocop / Style ]: Rubocop configuration
AllCops:
Exclude:
- db/**/*
Style/FileName:
Enabled: false
StringLiterals:
Enabled: false
Style/ExtraSpacing:
Enabled: false
Style/SpaceInsideParens:
Enabled: false
Style/SpaceInsideBrackets:
Enabled: false
Style/EmptyLinesAroundModuleBody:
Enabled: false
Style/EmptyLinesAroundBlockBody:
Enabled: false
Style/EmptyLinesAroundClassBody:
Enabled: false
Style/AlignArray:
Enabled: false
Style/AlignHash:
Enabled: false
Style/AlignParameters:
Enabled: false
Style/MultilineOperationIndentation:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment