Skip to content

Commit

Permalink
exclude vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
coorasse committed Aug 5, 2019
1 parent 6643592 commit 7b23835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ Metrics/BlockLength:

AllCops:
Exclude:
- spec/dummy/**/*
- bin/*
- 'spec/dummy/**/*'
- 'bin/**/*'
- 'vendor/**/*'

0 comments on commit 7b23835

Please sign in to comment.