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-26 03:10:31 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-26 03:10:31 +0300
commita1d73247427b451ff85ccaa6b93dccf10e04283a (patch)
tree8a88d1a90fe26d24ef6ba78a267fd4c8727bd85f /.rubocop.yml
parent97cdd36a0b70b11e2592f3f63f7aca83342c8dfa (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index a00ca6199c2..3fce90ee723 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -282,6 +282,14 @@ Cop/ActiveRecordAssociationReload:
Gitlab/AvoidFeatureGet:
Enabled: true
+RSpec/TimecopFreeze:
+ Enabled: false
+ AutoCorrect: true
+ Include:
+ - 'spec/**/*.rb'
+ - 'ee/spec/**/*.rb'
+ - 'qa/spec/**/*.rb'
+
Naming/PredicateName:
Enabled: true
Exclude: