Skip to content

Instantly share code, notes, and snippets.

@hayduke19us
Created April 12, 2016 20:59
Show Gist options
  • Select an option

  • Save hayduke19us/cb24c5165793ed2f558b49362f716892 to your computer and use it in GitHub Desktop.

Select an option

Save hayduke19us/cb24c5165793ed2f558b49362f716892 to your computer and use it in GitHub Desktop.
AllCops:
DisabledByDefault: true
DisplayStyleGuide: true
ExtraDetails: true
RunRailsCops: true
Exclude:
- 'lib/tasks/cucumber.rake'
- 'vendor/**/*'
Lint/EndAlignment:
# start_of_line once released https://github.com/bbatsov/rubocop/commit/31d0b31893c0d698c800b3fd1fda538e8d3de2aa
AlignWith: variable
Enabled: true
Performance/Detect:
Enabled: true
Style/CollectionMethods:
Enabled: false
PreferredMethods:
detect: detect
Style/IndentationConsistency:
Enabled: true
Style/IndentationWidth:
Enabled: true
Style/InitialIndentation:
Enabled: true
Style/MethodDefParentheses:
Enabled: true
Style/SpaceAroundOperators:
Enabled: true
Style/SpaceBeforeBlockBraces:
Enabled: true
Style/SpaceInsideBrackets:
Enabled: true
Style/Tab:
Enabled: true
Style/TrailingWhitespace:
Enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment