Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 18:10:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-26 18:10:20 +0300
commit5608dbe14d3bd0d95a78e50e0cf3f162342f013e (patch)
tree11241c0e5eb0c1d9e5a3fae2169b335f1d439c49 /.rubocop.yml
parentcd5179ede2020b45b4de70a10fb09cfcfe85c3df (diff)
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 f42d7c7b076..f613a43b224 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -49,6 +49,8 @@ AllCops:
- 'shared/packages/**/*'
- 'spec/support/*.git/**/*' # e.g. spec/support/gitlab-git-test.git
- 'db/ci_migrate/*.rb' # since the `db/ci_migrate` is a symlinked to `db/migrate`
+ # projects_controller.rb is used for testing LLM response and is very sensitive to whitespaces.
+ - 'ee/spec/fixtures/llm/projects_controller.rb'
# Adding this specifically for a large revert: !118368
<% File.readlines('.rubocop_revert_ignores.txt').map(&:chomp).each do |f| %>
- '<%= f %>'