Skip to content

Commit

Permalink
config file for rubocopy ruby syntax checking
Browse files Browse the repository at this point in the history
  • Loading branch information
sbjerke-onehealth committed Jun 26, 2014
1 parent 138ae0e commit 4f84b71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .rubocop.yml
@@ -0,0 +1,19 @@
AllCops:
Exclude:
- test/**/*
- vendor/**/*
- cookbooks/**/*
AlignParameters:
Enabled: false
Encoding:
Enabled: false
HashSyntax:
Enabled: false
LineLength:
Enabled: false
MethodLength:
Max: 30
RescueModifier:
Enabled: false
FileName:
Enabled: false

0 comments on commit 4f84b71

Please sign in to comment.