summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 15:07:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 15:07:45 +0000
commitf1a40d0db939dfe8ff95d385e652ff72566be765 (patch)
treecdca36cb171cdffff2739c37c23e74914e57a836 /.rubocop.yml
parentac1dca43baa7b3b1ac7d60d89ad60fdeefed0b80 (diff)
downloadgitlab-ce-f1a40d0db939dfe8ff95d385e652ff72566be765.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 2833d31986b..ebc27c4cc9e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -344,3 +344,6 @@ Style/MultilineWhenThen:
Style/FloatDivision:
Enabled: false
+
+Cop/BanCatchThrow:
+ Enabled: true