summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-07 15:11:00 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-07 15:11:00 +0000
commitfa4473a48706d074217f4ffc8d183cf630af1833 (patch)
tree6e2ae917c1351d24d0b5b65a86fd9da3cddb8bab /.rubocop.yml
parent1dab074ef1740798bcba5f8468b09e5f378fe0f4 (diff)
downloadgitlab-ce-fa4473a48706d074217f4ffc8d183cf630af1833.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 6a62c752338..51877a85a99 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -784,6 +784,10 @@ Style/RegexpLiteralMixedPreserve:
- mixed_preserve
EnforcedStyle: mixed_preserve
+# See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/94317#note_1139610896
+Style/Lambda:
+ EnforcedStyle: literal
+
RSpec/TopLevelDescribePath:
Exclude:
- 'spec/fixtures/**/*.rb'