summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 06:09:01 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-24 06:09:01 +0000
commitfa7ac2663b53f61551b9db51f16d55fa4e5b74c3 (patch)
tree0cbf33baee16b10803c1d23ec9e0c06e238e43f5 /.rubocop.yml
parent4870899d6cec693b58acbef91636e1310160fa28 (diff)
downloadgitlab-ce-fa7ac2663b53f61551b9db51f16d55fa4e5b74c3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ed17799478a..1967cbfb982 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -450,6 +450,11 @@ Rails/TimeZone:
- 'spec/models/**/*'
- 'ee/app/models/**/*'
- 'ee/spec/models/**/*'
+ - 'app/workers/**/*'
+ - 'spec/workers/**/*'
+ - 'ee/app/workers/**/*'
+ - 'ee/spec/workers/**/*'
+
# WIP: See https://gitlab.com/gitlab-org/gitlab/-/issues/220040
Rails/SaveBang: