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-04-24 18:09:37 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-24 18:09:37 +0300
commit8a840df2e433bc39d033b20e64402fa3f56445d3 (patch)
tree92a941d06b5ddd3ad3f7ad846bf83f0c33d57dbb /.rubocop.yml
parent5c8c561ac63d7b8f372316b4409500474220fcda (diff)
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 78aefcd0c7a..5de4cb7874f 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -200,6 +200,11 @@ Gitlab/ConstGetInheritFalse:
Exclude:
- 'qa/bin/*'
+Gitlab/ChangeTimezone:
+ Enabled: true
+ Exclude:
+ - config/initializers/time_zone.rb
+
Gitlab/HTTParty:
Enabled: true
Exclude: