summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 17:37:54 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:56 -0600
commit73382c2feac59a2fe8ec773b16b8cfb3a884fe38 (patch)
tree5f9cc302da148513517a31104aa29a96a5f64f65 /.rubocop.yml
parent7a81a41f178dfdf582835854c0358a2ffddaefba (diff)
downloadgitlab-ce-73382c2feac59a2fe8ec773b16b8cfb3a884fe38.tar.gz
Custom cops don’t need to be mentioned in .rubocop.yml
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a55ad5f01c7..6622e213617 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -861,9 +861,3 @@ RSpec/NotToNot:
# Prefer using verifying doubles over normal doubles.
RSpec/VerifiedDoubles:
Enabled: false
-
-# Custom ######################################################################
-
-# Disallow the `git` and `github` arguments in the Gemfile.
-GemFetcher:
- Enabled: true