summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-05-11 12:28:38 -0700
committerStan Hu <stanhu@gmail.com>2016-05-12 07:00:19 -0500
commitcc0ecea7370c3c663bf4855302e93b8add494f2c (patch)
tree09f3646070459305f687d9f14f43f7830a6e0502
parentd8f3b9bce912b9c50e13ea71ae7185aad6f71b91 (diff)
downloadgitlab-shell-cc0ecea7370c3c663bf4855302e93b8add494f2c.tar.gz
Exclude vendor path in Rubocop
-rw-r--r--.rubocop.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ef9bca4..ac0d91e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -964,6 +964,7 @@ AllCops:
- 'bin/**/*'
- 'lib/backup/**/*'
- 'lib/tasks/**/*'
+ - 'lib/vendor/**/*'
- 'lib/email_validator.rb'
- 'lib/gitlab/upgrader.rb'
- 'lib/gitlab/seeder.rb'