Skip to content

Commit

Permalink
exclude vendor from rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-arts committed Jul 9, 2018
1 parent 19ffe48 commit 6b118ce
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
@@ -1,6 +1,7 @@
AllCops:
Exclude:
- 'db/schema.rb'
- 'vendor/**/*'
DisabledByDefault: true
TargetRubyVersion: 2.5

Expand Down

0 comments on commit 6b118ce

Please sign in to comment.