Skip to content

Instantly share code, notes, and snippets.

@xenjke
Created January 20, 2017 08:20
Show Gist options
  • Save xenjke/c1e7a13f09c170f11f474bf949ce908e to your computer and use it in GitHub Desktop.
Save xenjke/c1e7a13f09c170f11f474bf949ce908e to your computer and use it in GitHub Desktop.
Some rubocop settings
SpaceAroundEqualsInParameterDefault:
Enabled: false
Metrics/LineLength:
Max: 140
Metrics/MethodLength:
Max: 20
Metrics/AbcSize:
Max: 21
Metrics/ClassLength:
Max: 150
Metrics/CyclomaticComplexity:
Max: 14
Metrics/PerceivedComplexity:
Max: 10
Style/AsciiComments:
Enabled: false
CaseIndentation:
# Valid values are: case, end
IndentWhenRelativeTo: end
IndentOneStep: true
AllCops:
TargetRubyVersion: 2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment