summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-24 15:10:36 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-24 15:10:36 +0000
commit234dc40a12a1cdaef0cdb825ca4acc3f271c6394 (patch)
treefb9875dca8b558acafa54c36a591b4d2ed10fc49 /.rubocop.yml
parentc7864d3d50b4002c621c7cba2e1ebfb5d23ac7ed (diff)
downloadgitlab-ce-234dc40a12a1cdaef0cdb825ca4acc3f271c6394.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 6a460e30a95..cc1b9258e1b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -717,3 +717,8 @@ Performance/ActiveRecordSubtransactions:
Exclude:
- 'spec/**/*.rb'
- 'ee/spec/**/*.rb'
+
+Performance/ActiveRecordSubtransactionMethods:
+ Exclude:
+ - 'spec/**/*.rb'
+ - 'ee/spec/**/*.rb'