Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed May 21, 2015
1 parent 57f4186 commit aeaac6b
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@

MethodLength:
Max: 200
Max: 200

LineLength:
Max: 160
Max: 160

AbcSize:
Max: 50
Max: 75

FileName:
Enabled: false
Enabled: false

PerceivedComplexity:
Enabled: false
Enabled: false

CyclomaticComplexity:
Enabled: false
Enabled: false

ClassLength:
Enabled: false
Enabled: false

IfUnlessModifier:
Enabled: false
Enabled: false

RegexpLiteral:
Enabled: false
Enabled: false

Style/Documentation:
Enabled: false

0 comments on commit aeaac6b

Please sign in to comment.