summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-26 17:33:38 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-02-26 17:33:38 +0200
commit98831a4867f60f7b7ca02bebd8771ca23940e9c5 (patch)
treea5b5b9374d383d9fdbc51d683d67d7a8a3057101
parent7424e0e5b4fd875588a2dd5a15ee5de1559c13db (diff)
downloadgitlab-ce-98831a4867f60f7b7ca02bebd8771ca23940e9c5.tar.gz
Exclude plugins dir from rubocop and codeclimate config
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--.codeclimate.yml1
-rw-r--r--.rubocop.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.codeclimate.yml b/.codeclimate.yml
index b02fe54a4ff..d80f57c9947 100644
--- a/.codeclimate.yml
+++ b/.codeclimate.yml
@@ -45,3 +45,4 @@ exclude_paths:
- log/
- backups/
- coverage-javascript/
+- plugins/
diff --git a/.rubocop.yml b/.rubocop.yml
index 24edb641657..293f61fb725 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,6 +17,7 @@ AllCops:
- 'bin/**/*'
- 'generator_templates/**/*'
- 'builds/**/*'
+ - 'plugins/**/*'
CacheRootDirectory: tmp
# This cop checks whether some constant value isn't a