Last active
February 3, 2016 19:28
-
-
Save semmin/b5c84f2e4e9451ec0f42 to your computer and use it in GitHub Desktop.
styleguide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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