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>2022-12-01 15:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-01 15:09:35 +0300
commit4ee706fcd1ffcb2926fd9258e9f296c260a3d06c (patch)
tree47ef82efe01cd18bc0da6eb0922273aed9e060ea /.rubocop.yml
parent5a9468a4e504d06fd8f5a558f953f4af6355f702 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 2367cef34b8..8113b7d6a7b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -450,22 +450,6 @@ Cop/ActiveModelErrorsDirectManipulation:
Gitlab/AvoidFeatureGet:
Enabled: true
-RSpec/TimecopFreeze:
- Enabled: true
- AutoCorrect: true
- Include:
- - 'spec/**/*.rb'
- - 'ee/spec/**/*.rb'
- - 'qa/spec/**/*.rb'
-
-RSpec/TimecopTravel:
- Enabled: true
- AutoCorrect: true
- Include:
- - 'spec/**/*.rb'
- - 'ee/spec/**/*.rb'
- - 'qa/spec/**/*.rb'
-
RSpec/WebMockEnable:
Enabled: true
Include: