Skip to content

Commit

Permalink
Exclude aws-codedeploy-samples from RuboCop.
Browse files Browse the repository at this point in the history
  • Loading branch information
glennpratt committed Mar 10, 2016
1 parent e9f4ef5 commit 96d49e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AllCops:
Exclude:
- '*.gemspec'
- 'vendor/**/*'
- 'sample/bin/aws-codedeploy-samples/**/*'
Metrics/AbcSize:
Max: 20
Metrics/MethodLength:
Expand Down

0 comments on commit 96d49e9

Please sign in to comment.