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:
Diffstat (limited to '.rubocop_todo/performance/concurrent_monotonic_time.yml')
-rw-r--r--.rubocop_todo/performance/concurrent_monotonic_time.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.rubocop_todo/performance/concurrent_monotonic_time.yml b/.rubocop_todo/performance/concurrent_monotonic_time.yml
deleted file mode 100644
index 0e55eaf4a18..00000000000
--- a/.rubocop_todo/performance/concurrent_monotonic_time.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-# Cop supports --autocorrect.
-Performance/ConcurrentMonotonicTime:
- Details: grace period
- Exclude:
- - 'lib/gitlab/database/connection_timer.rb'