diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-21 18:09:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-21 18:09:26 +0000 |
commit | 07d811cd3cf4d3a1802363532756bf69cfc6346f (patch) | |
tree | 4c0488ee52df65d58ba5c97a4e83bf1971469e34 /.rubocop.yml | |
parent | 71c6e099a8b019ab7749e43b63885d52de60e316 (diff) | |
download | gitlab-ce-07d811cd3cf4d3a1802363532756bf69cfc6346f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
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 |