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>2020-08-19 09:10:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-19 09:10:04 +0300
commit0bfb62457ba5122c9bf30bed3ecd20759a9a16bd (patch)
tree8e18296b4f9b889df037dd07d634884a7566ed8c /.rubocop.yml
parent7fdacd20dec0db3507643c7e89e9f3d35892adef (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index aa3b4ca33b9..f3a264d1f2f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -470,8 +470,10 @@ Rails/TimeZone:
Include:
- 'app/controllers/**/*'
- 'app/services/**/*'
+ - 'lib/**/*'
- 'spec/controllers/**/*'
- 'spec/services/**/*'
+ - 'spec/lib/**/*'
- 'ee/app/controllers/**/*'
- 'ee/app/services/**/*'
- 'ee/spec/controllers/**/*'
@@ -484,7 +486,8 @@ Rails/TimeZone:
- 'spec/workers/**/*'
- 'ee/app/workers/**/*'
- 'ee/spec/workers/**/*'
-
+ - 'ee/lib/**/*'
+ - 'ee/spec/lib/**/*'
# WIP: See https://gitlab.com/gitlab-org/gitlab/-/issues/220040
Rails/SaveBang: