diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-09 15:07:45 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-09 15:07:45 +0000 |
commit | f1a40d0db939dfe8ff95d385e652ff72566be765 (patch) | |
tree | cdca36cb171cdffff2739c37c23e74914e57a836 /.rubocop.yml | |
parent | ac1dca43baa7b3b1ac7d60d89ad60fdeefed0b80 (diff) | |
download | gitlab-ce-f1a40d0db939dfe8ff95d385e652ff72566be765.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
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 |