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-02-07 12:09:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 12:09:10 +0300
commit9f99bf3b0e3516471806f3595e1619b8e9af2a80 (patch)
treedbea567a765fef90de4c2f1877e05eaa8d73aad0 /.rubocop.yml
parent95a6825e19809cae0cee779c0ca3667b233a58f4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index acae3d7f895..65a896f6f16 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -13,6 +13,9 @@ inherit_from:
<% end %>
- '.rubocop_todo.yml'
<% end %>
+ <% if RUBY_VERSION[/^\d+\.\d+/, 0] == '2.7' %>
+ - ./rubocop/rubocop-ruby27.yml
+ <% end %>
<% if RUBY_VERSION[/^\d+\.\d+/, 0] == '3.0' %>
- ./rubocop/rubocop-ruby30.yml
<% end %>