Skip to content

Commit

Permalink
Merge pull request dev-sec#8 from ehaselwanter/master
Browse files Browse the repository at this point in the history
be more forgiving and relax rubocop
  • Loading branch information
chris-rock committed May 20, 2014
2 parents b223629 + 96bc0f8 commit 13dcf7f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
AllCops:
Excludes:
- vendor/**
- metadata.rb

AlignParameters:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Max: 30

0 comments on commit 13dcf7f

Please sign in to comment.