summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-21 18:09:26 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-21 18:09:26 +0000
commit07d811cd3cf4d3a1802363532756bf69cfc6346f (patch)
tree4c0488ee52df65d58ba5c97a4e83bf1971469e34 /.rubocop.yml
parent71c6e099a8b019ab7749e43b63885d52de60e316 (diff)
downloadgitlab-ce-07d811cd3cf4d3a1802363532756bf69cfc6346f.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index d6df58c14c3..dfb2eb84fda 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -103,6 +103,8 @@ InternalAffairs/DeprecateCopHelper:
Layout/LineLength:
AllowedPatterns: ['^RSpec\.describe\s.*\sdo']
+ Exclude:
+ - 'ee/spec/controllers/concerns/routable_actions_spec.rb'
Lint/LastKeywordArgument:
Safe: false