Skip to content

Instantly share code, notes, and snippets.

@semmin
Last active February 3, 2016 19:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semmin/b5c84f2e4e9451ec0f42 to your computer and use it in GitHub Desktop.
Save semmin/b5c84f2e4e9451ec0f42 to your computer and use it in GitHub Desktop.
styleguide
AllCops:
RunRailsCops: true
Exclude:
- 'bin/**/*'
- 'db/**/*'
- 'vendor/**/*'
- 'tmp/**/*'
- 'spec/spec_helper.rb'
- 'spec/rails_helper.rb'
AlignParameters:
Enabled: false
Metrics/LineLength:
Max: 100
Metrics/MethodLength:
Max: 20
Style/IndentHash:
EnforcedStyle: consistent
Style/CaseIndentation:
IndentWhenRelativeTo: end
IndentOneStep: true
Style/ClassAndModuleChildren:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
Enabled: true
Exclude:
- spec/**/*
Style/BlockComments:
Enabled: false
Documentation:
Enabled: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment