Skip to content

Commit

Permalink
Do not run rubocop against guides node modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Sep 19, 2019
1 parent 3674666 commit 699e7a4
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 @@ -11,6 +11,7 @@ AllCops:
- '*/spec/dummy/**/*'
- 'sandbox/**/*'
- '**/templates/**/*'
- 'guides/node_modules/**/*'
TargetRubyVersion: 2.4

# Sometimes I believe this reads better
Expand Down

0 comments on commit 699e7a4

Please sign in to comment.